[OpenWrt-Devel] [TESTER NEEDED][PATCH] mtd: bcm47xxsflash: add support for SSB bus

2013-09-03 Thread Rafał Miłecki
--- As you could notice OpenWrt recently switched from old MTD drivers to the mainline ones. Unfortunately it means that serial flash on SSB is no longer supported. I mean to fix this (it's a simple patch), but I need some tester to try it. Is there anyone with bcm47xx SSB based hardware (like

Re: [OpenWrt-Devel] Target profile with hypens in name

2013-09-03 Thread jonsm...@gmail.com
Any ideas on what is up with hyphen processing in target names? I had to make these changes to get AsiaRF working again. diff --git a/target/linux/ramips/base-files/lib/ramips.sh b/target/linux/ramips/base-files/lib/ramips.sh index 066f3bd..f494e79 100755 ---

Re: [OpenWrt-Devel] [PATCH] ar71xx: make failsafe for TL-WR720N-v3 work on port labelled as LAN.

2013-09-03 Thread Gabor Juhos
2013.08.31. 10:16 keltezéssel, Yousong Zhou írta: Failsafe listens on eth0 by default, but due to the order of eth registration eth0 previously corresponded to the port labelled as WAN. This may cause some inconvenience since people have to plug the cable out from LAN into WAN when accessing

Re: [OpenWrt-Devel] [PATCH] ar71xx: make failsafe for TL-WR720N-v3 work on port labelled as LAN.

2013-09-03 Thread Yousong Zhou
On Tue, Sep 03, 2013 at 03:08:13PM +0200, Gabor Juhos wrote: 2013.08.31. 10:16 keltezéssel, Yousong Zhou írta: Failsafe listens on eth0 by default, but due to the order of eth registration eth0 previously corresponded to the port labelled as WAN. This may cause some inconvenience

Re: [OpenWrt-Devel] Target profile with hypens in name

2013-09-03 Thread jonsm...@gmail.com
If you do the Default builds for a CPU you won't encounter this bug since Default doesn't contain a hyphen. So the nightlies don't hit it. You only hit it when you build for an individual platform. I suspect the problem is where the config symbols are getting parsed.