[OpenWrt-Devel] fix broadcom 47xx 2.6 compilation

2008-01-26 Thread nööh
heyho, i tried to commit the patch via svn, but i got a 403 :(. maybe kaloz can check my permissions? (do i have only write permissions for the packages and not the trunk?). also the config variable for the new gpio device in the kernel isn't in the config for the brcm47xx 2.6 platform yet, maybe

[OpenWrt-Devel] minimal work needed to build just the toolchain

2008-01-26 Thread Robert P. J. Day
i was curious about what it would take to build only the appropriate toolchain for the moment from a fresh checkout of openwrt (and whether that's even a reasonable question to ask). for example, let's say i want to build a toolchain for my ASUS WL-500gP with broadcom wifi. what this suggest

Re: [OpenWrt-Devel] [PATCH] rxantenna and txantenna settings on broadcom

2008-01-26 Thread Giovanni Di Stasi
Il Saturday 26 January 2008 17:33:56 hai scritto: > Il Saturday 26 January 2008 17:15:31 hai scritto: > > Changed rxant and txant to rxantenna and txantenna (as docs say). > > Delayed the execution of wlc rxant ${rxant} and wlc txant ${txant}... I > > don't know why, but you have to wait some secon

Re: [OpenWrt-Devel] [PATCH] rxantenna and txantenna settings on broadcom

2008-01-26 Thread Giovanni Di Stasi
Il Saturday 26 January 2008 17:15:31 hai scritto: > Changed rxant and txant to rxantenna and txantenna (as docs say). > Delayed the execution of wlc rxant ${rxant} and wlc txant ${txant}... I > don't know why, but you have to wait some seconds before applying those > settings with wlc, otherwise it

[OpenWrt-Devel] [PATCH] rxantenna and txantenna settings on broadcom

2008-01-26 Thread Giovanni Di Stasi
Changed rxant and txant to rxantenna and txantenna (as docs say). Delayed the execution of wlc rxant ${rxant} and wlc txant ${txant}... I don't know why, but you have to wait some seconds before applying those settings with wlc, otherwise it won't work. Index: lib/wifi/broadcom.sh ===