[OpenWrt-Devel] About changeset 12421

2008-08-28 Thread roberto . riggio
I think that change set 12421 broke wpa support in sta mode. In fact, as far as i could understand from the scripts the following line: config_get key "$vif" key is needed in that is sets the key variable used by the wpa_supplicat.sh script. Am i wrong? At the moment i obtain a wpa_supplic

Re: [OpenWrt-Devel] [Patch] ath5k support

2008-08-28 Thread Andy Boyett
Committed in r12397 ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] Fwd: Re: [patch] add package opencv

2008-08-28 Thread Bruno Randolf
Mark Kelly wrote: > this patch fails for me, hmm, mail line wrap problem? please use the attachement or this link: http://br1.einfach.org/tmp/openwrt-opencv.diff bruno > :/opt/openwrt/k1$ make package/opencv-prepare V=99 > make[1]: Entering directory `/opt/openwrt/k1' > make[2]: Entering direct

Re: [OpenWrt-Devel] [patch] add package opencv

2008-08-28 Thread Bruno Randolf
Mark Kelly wrote: > this patch fails for me, hmm, mail line wrap problem? please use the attachement or this link: http://br1.einfach.org/tmp/openwrt-opencv.diff bruno > :/opt/openwrt/k1$ make package/opencv-prepare V=99 > make[1]: Entering directory `/opt/openwrt/k1' > make[2]: Entering direct

[OpenWrt-Devel] [PATCH] sysupgrade for adm5120

2008-08-28 Thread Frédéric Moulins
Sysupgrade adapted from the bcm47xx one. Add a hook to disable watchdog before upgrading. Signed-off-by: Frédéric Moulins <[EMAIL PROTECTED]> --- Worked for me :) diff --git a/target/linux/adm5120/base-files/lib/upgrade/platform.sh b/target/linux/adm5120/base-files/lib/upgrade/platform.sh ne

[OpenWrt-Devel] [PATCH] Fix mtd partition in sysupgrade for bcm47xx

2008-08-28 Thread Frédéric Moulins
platform_do_upgrade should not call find_mtd_part which uses awk and hexdump. Those two binaries are not included during run_ramfs. Let's export a variable during sysupgrade_pre_upgrade containing the good partition. Signed-off-by: Frédéric Moulins <[EMAIL PROTECTED]> --- So there is no need