[OpenWrt-Devel] AA backport request: r34577 ar71xx: TP-LINK also has a family TL-WDR

2013-09-17 Thread Matthias Schiffer
Hi, can r34577 be backported to the Attitude Adjustment branch? We're currently working on an automated update system for our AA-based firmware, and without this patch TL-WDR models aren't recognized correctly. signature.asc Description: OpenPGP digital signature

Re: [OpenWrt-Devel] SoC NAND driver ar934x/OpenWRT support on WNDR4300

2013-09-17 Thread Gabor Juhos
2013.09.14. 13:00 keltezéssel, Joris írta: Hello list, I posted an initial, quite horrible, patch to the forums to try and get the WNDR4300 working. I am not that experienced in either posting to lists or embedded development, so please do inform me of any mistakes I may have made. If

Re: [OpenWrt-Devel] SoC NAND driver ar934x/OpenWRT support on WNDR4300

2013-09-17 Thread Gabor Juhos
2013.09.16. 1:06 keltezéssel, Stefan Agner írta: Hi Gabor, [resend, forgot mailing list in to list] In the early reference driver of the NAND controller, the data from the DMA has been swapped. On later reference drivers, this swapping has been removed. To match with the reference driver,

Re: [OpenWrt-Devel] AA backport request: r34577 ar71xx: TP-LINK also has a family TL-WDR

2013-09-17 Thread Gabor Juhos
2013.09.17. 8:07 keltezéssel, Matthias Schiffer írta: Hi, can r34577 be backported to the Attitude Adjustment branch? We're currently working on an automated update system for our AA-based firmware, and without this patch TL-WDR models aren't recognized correctly. Done:

[OpenWrt-Devel] bcm47xx: CFE manual to review (and improve!)

2013-09-17 Thread Rafał Miłecki
Hey, I've just finished my changes to the CFE wiki page, see http://wiki.openwrt.org/doc/techref/bootloader/cfe It's a wiki, feel free to contribute! :) -- Rafał ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

[OpenWrt-Devel] [PATCH] procd: Exit askfirst on read error

2013-09-17 Thread Helmut Schaa
When running askfirst on an unused tty device askfirst starts busylooping forever. Fix this by returning an error if we read an EOF. Signed-off-by: Helmut Schaa helmut.sc...@googlemail.com --- askfirst.c | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/askfirst.c

Re: [OpenWrt-Devel] 12.09 trunk: kernel is not upgradable?

2013-09-17 Thread Paolo Pisati
and what about missing packages in the release repo? (e.g. transmission in 12.09) but even more worryingly, what about security fixes? access points, dsl modem/routers, etcetc are at the forefront of our networks and tier1 targets for attacks, how do we handle security? and besides, if we are

Re: [OpenWrt-Devel] 12.09 trunk: kernel is not upgradable?

2013-09-17 Thread Hartmut Knaack
Paolo Pisati schrieb: and what about missing packages in the release repo? (e.g. transmission in 12.09) but even more worryingly, what about security fixes? access points, dsl modem/routers, etcetc are at the forefront of our networks and tier1 targets for attacks, how do we handle

Re: [OpenWrt-Devel] 12.09 trunk: kernel is not upgradable?

2013-09-17 Thread Paolo Pisati
On Tue, Sep 17, 2013 at 12:08 PM, Hartmut Knaack knaac...@gmx.de wrote: Paolo Pisati schrieb: and what about missing packages in the release repo? (e.g. transmission in 12.09) but even more worryingly, what about security fixes? access points, dsl modem/routers, etcetc are at the

[OpenWrt-Devel] [PATCH] atheros: fix kernel warning about usage of reset gpio

2013-09-17 Thread Michael Heimpold
During a reset the gpiolib warns about using the reset gpio without explicit requesting it before: [ 147.93] [ cut here ] [ 147.93] WARNING: at drivers/gpio/gpiolib.c:103 gpio_ensure_requested+0x68/0xcc() [ 147.93] autorequest GPIO-5 [ 147.93] Modules

Re: [OpenWrt-Devel] 12.09 trunk: kernel is not upgradable?

2013-09-17 Thread Hartmut Knaack
Paolo Pisati schrieb: On Tue, Sep 17, 2013 at 12:08 PM, Hartmut Knaack knaac...@gmx.de mailto:knaac...@gmx.de wrote: Paolo Pisati schrieb: and what about missing packages in the release repo? (e.g. transmission in 12.09) but even more worryingly, what about security

[OpenWrt-Devel] [PATCH] Update wifidog to 20130917 version

2013-09-17 Thread Etienne CHAMPETIER
) -PKG_RELEASE:=1 +PKG_VERSION:=20130917 +PKG_RELEASE=$(PKG_SOURCE_VERSION) -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=https://dev.wifidog.org/svn/trunk/wifidog +PKG_SOURCE_PROTO:=git +PKG_SOURCE_URL:=git://github.com/wifidog/wifidog-gateway.git PKG_SOURCE_SUBDIR:=$(PKG_NAME

Re: [OpenWrt-Devel] Why is everyone patching broadcom-wl-5.100.138

2013-09-17 Thread James Hilliard
Following up on this I'm trying to figure out how broadcom-wl is set up in openwrt and what devices specific variables there are how those would be changed/determined. I'm trying to fix compatibility problems with this driver for a lot of broadcom devices. On Sun, Sep 15, 2013 at 5:19 PM, James