[OpenWrt-Devel] openwrt language no change!

2012-12-20 Thread . Elvis
hi all, When I select other languages, why not change? thanks all ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] about openwrt multiple language in html(view)!

2012-12-20 Thread . Elvis
Sorry, Can i find some sample code in openwrt? I still do not have the idea? thanks 2012/12/20 Manuel Munz > On 20.12.2012 11:16, . Elvis wrote: > > hi all, How to achieve multiple languages in html(templete/view)? > > or can use i18n to achieve in html? > > > > example: <%:R

[OpenWrt-Devel] [PATCH 1/1] [package] lispmob: Updating the package

2012-12-20 Thread Vasileios Lakafosis
Signed-off-by: Vasileios Lakafosis --- net/lispmob/Makefile | 108 - net/lispmob/patches/010-disable-modprobe.patch | 29 --- 2 files changed, 15 insertions(+), 122 deletions(-) delete mode 100644 net/lispmob/patches/010-disable-modprobe.pat

[OpenWrt-Devel] [PATCH 0/1] [package] lispmob: Updating the package

2012-12-20 Thread Vasileios Lakafosis
Dear all, the following patch with email subject "[PATCH 1/1] [package] lispmob: Updating the package" provides a significant and performance-boosting update to the package lispmob. This new version does not rely any more on kernel modules. Instead it is just a merged data+control user-space daemo

[OpenWrt-Devel] [PATCH] kernel: add solos-pci update for 3.3

2012-12-20 Thread David Woodhouse
Same patches that I just merged for 3.6 and 3.7, except with one additional fix that went into v3.4 that needed to be included. Submitted more for the benefit of the AA branch than for trunk. Signed-off-by: David Woodhouse --- This time I actually built it (at least on AA). .../linux/generic/pa

Re: [OpenWrt-Devel] [patch] ramips: Add USB support for DAP-1350 platform.

2012-12-20 Thread Gabor Juhos
2012.12.19. 20:41 keltezéssel, Bryan Steele írta: > It seems to work as intended, but only lightly tested. > > -Bryan. Applied. Thanks, Gabor ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/ope

[OpenWrt-Devel] [PATCH RFC] [lantiq] Fix switch issues on the wbmr-hp-g300h

2012-12-20 Thread Sebastian Mayr
Setting the MDC clock to 2.5MHz and changing the mii mode to rgmii seems to fix the communication issues with the ar8316 switch. (ticket #11143) Tested only on the wbmr-hp-g300h, could affect/break other devices. Signed-off-by: Sebastian Mayr --- target/linux/lantiq/image/WBMR.dts

Re: [OpenWrt-Devel] [PATCH] kernel: add solos-pci patches from 3.8 for new hardware

2012-12-20 Thread David Woodhouse
On Thu, 2012-12-20 at 18:18 +0100, Gabor Juhos wrote: > Applied, but I have removed the 3.3 specific part, because the new > solos patch fails to apply on 3.3.8: Ah. I think I need to backport commit b4bd8ad9bb from upstream too; thanks. I'll do that, because we'll want it in AA... -- dwmw2 s

Re: [OpenWrt-Devel] [PATCH] kernel: add solos-pci patches from 3.8 for new hardware

2012-12-20 Thread Gabor Juhos
2012.12.20. 15:48 keltezéssel, David Woodhouse írta: > > Signed-off-by: David Woodhouse > --- > .../linux/generic/patches-3.3/132-solos-dma.patch | 418 > +++- Applied, but I have removed the 3.3 specific part, because the new solos patch fails to apply on 3.3.8: Applying pat

[OpenWrt-Devel] [PATCH] include/package-ipkg.mk: Add Replaces and Conflicts fields

2012-12-20 Thread Jonh Wendell
Signed-off-by: Jonh Wendell --- include/package-ipkg.mk |2 ++ 1 file changed, 2 insertions(+) diff --git a/include/package-ipkg.mk b/include/package-ipkg.mk index 5de51eb..86031e6 100644 --- a/include/package-ipkg.mk +++ b/include/package-ipkg.mk @@ -148,6 +148,8 @@ ifeq ($(DUMP),)

Re: [OpenWrt-Devel] [PATCH] mac80211: rt2x00: add rt5350 wlan support

2012-12-20 Thread Сергей Василюгин
20.12.2012, 22:11, "Сергей Василюгин" : > Generic support for RT5350 WLAN. Thanks to Heffer for rebasing my patch to > current trunk. > Details see https://forum.openwrt.org/viewtopic.php?id=37002&p=3 MTA brakes my patch. --- serge--- /dev/null +++ b/package/mac80211/patches/630-rt2x00-support-

[OpenWrt-Devel] [PATCH] ramips: rt5350 switch support fix

2012-12-20 Thread Сергей Василюгин
RT5350 frame engine need reset frame engine and embedded switch together. Signed-off-by: Serge Vasilugin Index: target/linux/ramips/files/arch/mips/ralink/rt305x/devices.c === --- target/linux/ramips/files/arch/mips/ralink/rt305x/d

[OpenWrt-Devel] [PATCH] mac80211: rt2x00: add rt5350 wlan support

2012-12-20 Thread Сергей Василюгин
Generic support for RT5350 WLAN. Thanks to Heffer for rebasing my patch to current trunk. Details see https://forum.openwrt.org/viewtopic.php?id=37002&p=3 Signed-off-by: Serge Vasilugin --- /dev/null +++ b/package/mac80211/patches/630-rt2x00-support-rt5350.patch @@ -0,0 +1,403 @@ +--- a/driver

[OpenWrt-Devel] [PATCH] kernel: add solos-pci patches from 3.8 for new hardware

2012-12-20 Thread David Woodhouse
Signed-off-by: David Woodhouse --- .../linux/generic/patches-3.3/132-solos-dma.patch | 418 +++- .../linux/generic/patches-3.6/132-solos-dma.patch | 418 +++- .../linux/generic/patches-3.7/132-solos-dma.patch | 418 +++- 3 files changed, 1206

Re: [OpenWrt-Devel] [PATCH] Zabbix: add wifi (iwinfo and mac80211) UserParameter

2012-12-20 Thread etienne . champetier
Hi I think i will make 2 packages: -zabbix-extra-iwinfo, DEPENDS += +libiwinfo-lua -zabbix-extra-mac80211, DEPENDS += @PACKAGE_MAC80211_DEBUGFS, with a startup script to set the rights. i just need to figure out a iwinfo.devdiscovery - Mail original - De: "Stefan Hellermann" À: "etien

Re: [OpenWrt-Devel] [PATCH] Zabbix: add wifi (iwinfo and mac80211) UserParameter

2012-12-20 Thread Stefan Hellermann
> Hi > > This patch add 30 UserParameter to monitor your wifi via zabbix. > The iwinfo part is generic, it only need a detection rule (like > mac80211.devdiscovery) to be written for your type of device > The mac80211 is only tested with ath9k but it should work with all mac80211 > phy. I think

Re: [OpenWrt-Devel] about openwrt multiple language in html(view)!

2012-12-20 Thread Manuel Munz
On 20.12.2012 11:16, . Elvis wrote: > hi all, How to achieve multiple languages in html(templete/view)? > or can use i18n to achieve in html? > > example: <%:Restore > backup%>: > how to translate (Restore backup) wording to different language! > > > thanks all > > >

[OpenWrt-Devel] about openwrt multiple language in html(view)!

2012-12-20 Thread . Elvis
hi all, How to achieve multiple languages in html(templete/view)? or can use i18n to achieve in html? example: <%:Restore backup%>: how to translate (Restore backup) wording to different language! thanks all elvis ___ openw

Re: [OpenWrt-Devel] [lantiq] kernel 3.7 update

2012-12-20 Thread John Crispin
On 20/12/12 09:54, A. Valentin wrote: Hi John, I've got a WBMR with serial console for developement. If I can help with tests, I'm there! Also I'll ask my chief if we can get a device for you.. Kind regards, André Hi, managed to fix my unit and have it booting already ... i'll push the f

Re: [OpenWrt-Devel] [lantiq] kernel 3.7 update

2012-12-20 Thread A. Valentin
Hi John, I've got a WBMR with serial console for developement. If I can help with tests, I'm there! Also I'll ask my chief if we can get a device for you.. Kind regards, André Am 15.12.2012 11:56, schrieb John Crispin: > Hi, > > i pushed the lantiq 3.7 kernel support last night. > > This is a

Re: [OpenWrt-Devel] [lantiq] kernel 3.7 update

2012-12-20 Thread Hempel Ralph (LQDE RD ST PON SW)
Hallo John, ... hast du schon eine HW mit einem AR10 ? br Ralph > -Original Message- > From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] > On Behalf Of John Crispin > Sent: Samstag, 15. Dezember 2012 11:57 > To: OpenWrt Development List > Subject: [OpenWrt-Devel] [lantiq

[OpenWrt-Devel] [PATCH] Zabbix: add wifi (iwinfo and mac80211) UserParameter

2012-12-20 Thread Etienne Champetier
Hi This patch add 30 UserParameter to monitor your wifi via zabbix. The iwinfo part is generic, it only need a detection rule (like mac80211.devdiscovery) to be written for your type of device The mac80211 is only tested with ath9k but it should work with all mac80211 phy. Please see http://wiki.