[OpenWrt-Devel] [PATCH] [madwifi] Set device related options only once, for the first vif

2009-05-12 Thread Vasilis Tsiligiannis
This patch makes device related options to get set only once, when setting up the first vif. The options are: * diversity * rxantenna * txantenna * softled * distance * hwmode (a.k.a. mode) Signed-off-by: Vasilis Tsiligiannis b_tsiligian...@silverton.gr --- diff --git

[OpenWrt-Devel] [PATCH] [madwifi] Detect every atheros device present

2009-05-12 Thread Vasilis Tsiligiannis
This patch is for boards with more than one atheros devices. It changes detect_atheros() function to continue with the detection of every device present and don't return when just one is found Signed-off-by: Vasilis Tsiligiannis b_tsiligian...@silverton.gr --- diff --git

[OpenWrt-Devel] [PATCH][RESEND] [madwifi] Set device related options only once, for the first vif

2009-05-12 Thread Vasilis Tsiligiannis
This patch makes device related options to get set only once, when setting up the first vif. The options are: * diversity * rxantenna * txantenna * softled * distance * hwmode (a.k.a. mode) P.S. Resend because it didn't apply to latest svn rev. Also fixes missing

[OpenWrt-Devel] [PATCH] [Quagga] Add missing vty access list line

2009-05-12 Thread Vasilis Tsiligiannis
Signed-off-by: Vasilis Tsiligiannis b_tsiligian...@silverton.gr --- packages/net/quagga/files/quagga.conf |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/packages/net/quagga/files/quagga.conf b/packages/net/quagga/files/quagga.conf index e847c5a..fb7a54e 100644 ---

[OpenWrt-Devel] uClibc build failure

2009-05-12 Thread Josh Abbott
Hi, Yesterday I was trying to build openwrt (svn) and since then it is giving me an error abount uclibc: install -d lib/ rm -f lib/ld-uClibc.so lib/ld-uClibc.so.0 lib/ld-uClibc-0.9.29.so mipsel-openwrt-linux-uclibc-ld -EL -melf32ltsmip -shared --warn-common --warn-once -z combreloc -z relro -z

Re: [OpenWrt-Devel] uClibc build failure

2009-05-12 Thread Florian Fainelli
Hi Josh, Le Tuesday 12 May 2009 12:04:52 Josh Abbott, vous avez écrit : Hi, Yesterday I was trying to build openwrt (svn) and since then it is giving me an error abount uclibc: install -d lib/ rm -f lib/ld-uClibc.so lib/ld-uClibc.so.0 lib/ld-uClibc-0.9.29.so mipsel-openwrt-linux-uclibc-ld

[OpenWrt-Devel] [PATCH] Fix missing sqlite package

2009-05-12 Thread Roberto Riggio
The python package does not call the BuildPackage method for sqlite3, as a result the python-sqlite3 is not available in menuconfig. Signed-off-by: Roberto Riggio roberto dot riggio at create dot net -- Index: lang/python/Makefile

Re: [OpenWrt-Devel] [PATCH] Fix missing sqlite package

2009-05-12 Thread Florian Fainelli
Le Tuesday 12 May 2009 12:12:49 Roberto Riggio, vous avez écrit : [PATCH] Fix missing sqlite package Applied in r15796, thanks ! -- Best regards, Florian Fainelli Email : flor...@openwrt.org http://openwrt.org --- signature.asc Description: This is a digitally

Re: [OpenWrt-Devel] uClibc build failure

2009-05-12 Thread David A. Bandel
On Tue, May 12, 2009 at 5:13 AM, Nico n...@openwrt.org wrote: Hi Josh, You have to remove the whole toolchain and rebuild it: make toolchain/clean toolchain/install (If the below is answered in the docs, excuse the questions. Not having much luck building the docs.) OK, this particular

[OpenWrt-Devel] [PATCH] update parprouted to version 0.7‏

2009-05-12 Thread Mattia Aracne
My first patch. Upgrades parprouted package from version 0.64 to 0.7 . Signed-off-by: Mattia Aracne diff -rup parprouted-0.64/Makefile parprouted/Makefile --- parprouted-0.64/Makefile2009-05-08 22:33:08.0 +0200 +++ parprouted/Makefile2009-05-12 14:07:48.0 +0200 @@

Re: [OpenWrt-Devel] kexec on mips

2009-05-12 Thread RHS Linux User
Hi, Dunno about kexec, but I am interested too. Wiz On Mon, 11 May 2009, Brian J. Murrell wrote: [NON-Text Body part not included] ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

Re: [OpenWrt-Devel] uClibc build failure

2009-05-12 Thread Josh Abbott
I was only doing make clean and it wasn't working. I checked out the svn sources once again and now I can build the image again. Thank you, josh On Tue, May 12, 2009 at 11:11, Florian Fainelli flor...@openwrt.org wrote: Hi Josh, Le Tuesday 12 May 2009 12:04:52 Josh Abbott, vous avez écrit :

Re: [OpenWrt-Devel] uClibc build failure

2009-05-12 Thread mail
Hello Josh, make distclean is the solution from Florian, as it will reset your working copy that it looks like it was checked out from new. Unfortunately it also deletes the download folder dl, that's why I move away first then move it back. Maddes On Tue, May 12, 2009 16:10, Josh Abbott wrote:

[OpenWrt-Devel] [PATCH] GZIPED must have a default value

2009-05-12 Thread Roberto Riggio
The GZIPED variable must have a default value sinze it is used within a if statement in the /lib/upgrade/common.sh script. btw, i would also put the $GZIPED variable in the common.sh script between Signed-off-by: Roberto Riggio roberto dot riggio at create dot net -- Index: