Re: [OpenWrt-Devel] half porting

2010-11-08 Thread ryan . raasch
On Nov 6, 2010 2:55pm, Florian Fainelli wrote: Hello Ryan, Le Saturday 6 November 2010 10:24:29, Ryan Raasch a écrit : > Hello, > > I have started developing on an old version of openwrt. The code has not > been update in several years. So I wanted to upgrade the system. >

Re: [OpenWrt-Devel] [PATCH] was Re: WGT634U busted in trunk since mid-July

2010-11-08 Thread Jan Willies
2010/11/5 Hauke Mehrtens > I made a patch which could fix the problem: > https://dev.openwrt.org/raw-attachment/ticket/7874/999-zz-wgt634u.patch > Please please try it and report the results. I do not have this device > so I can not try it. It should be placed at > target/linux/brcm47xx/patches-2

[OpenWrt-Devel] [PATCH] bcm63xx: Finalize support for DSL-274xB, rev C2.

2010-11-08 Thread Jonas Gorski
The DSL-2740B/DSL-2741B rev C2 support was missing the board definition, resulting in a kernel panic on boot. This patch adds it, and also renames the generated image name to properly reflect that it is for the revision C2, and for both the DSL-2740B and DSL-2741B. Signed-off-by: Jonas Gorski ---

Re: [OpenWrt-Devel] [PATCH] was Re: WGT634U busted in trunk since mid-July

2010-11-08 Thread Russell Senior
> "Jan" == Jan Willies writes: Jan>I had no trouble booting trunk from today (r23930), thanks for Jan> fixing this Hauke. 2.6.36 seems stable but there's something in Jan> the log regarding USB: [...] Jan> Any chance of resolving this and then move the target to 2.6.36? Jan> It seems to

[OpenWrt-Devel] [PATCH] ds2490 1-wire driver openwrt trunk support

2010-11-08 Thread Mika Laitio
This patch allows selecting and building driver for the ds2490 usb 1-wire module. Driver itself is available in the linux kernels, this patch just enables it's selection from the openwrt config file. Tested against the openwrt trunk and with 2.6.34.7 kernel. (have also tested with backfire branc

[OpenWrt-Devel] [PATCH] ds2423 1-wire kernel driver for openwrt trunk

2010-11-08 Thread Mika Laitio
This patch contains w1 sysfs slave driver and openwrt support for ds2423 1-wire counter chipset. Same driver works at least with 2.6.32, 2.6.34 and 2.6.36 kernels. I have submitted the same driver to kernel mailing list and it's now in -mm patch series waiting for the 2.6.38 merge window to ope

[OpenWrt-Devel] [PATCH] hostapd: Add CONFIG_FULL_DYNAMIC_VLAN=y to hostapd-full.config

2010-11-08 Thread Helmut Schaa
This allows hostapd to make use of the config option "vlan_tagged_interface" to automatically create bridge and VLAN interfaces in a fully dynamic way. Signed-off-by: Helmut Schaa --- package/hostapd/files/hostapd-full.config |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --gi