[OpenWrt-Devel] [PATCH 1/1] libnl version bump

2011-01-22 Thread Philip Prindeville
Bump from libnl-1 to libnl-2.0. Index: package/libnl/patches/140-fix-linking-libnl-genl.patch === --- package/libnl/patches/140-fix-linking-libnl-genl.patch (revision 25068) +++ package/libnl/patches/140-fix-linking-libnl-genl.

[OpenWrt-Devel] [PATCH 2/2] Marvell Orion WNR854T Power Led/Reset Button Support

2011-01-22 Thread Tanguy Pruvot
From Issue #8160 (opened 3 months ago) Tested ok on trunk yesterday (2.6.36.2) 103-wnr854t_led_ucidefault.patch Description: Binary data ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-de

[OpenWrt-Devel] [PATCH 1/2] Marvell Orion WNR854T Power Led/Reset Button Support

2011-01-22 Thread Tanguy Pruvot
From Issue #8160 (opened 3 months ago) Tested ok on trunk yesterday (2.6.36.2) 102-wnr854t_leds_and_button.patch Description: Binary data ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-d

[OpenWrt-Devel] [PATCH 1/1] Make sure that Geos baud-rate defaults correctly

2011-01-22 Thread Philip Prindeville
Changeset 23414 somehow got reordered. The unconditional default trumps later settings. Index: target/linux/x86/image/Config.in === --- target/linux/x86/image/Config.in(revision 25067) +++ target/linux/x86/image/Config.in(w

[OpenWrt-Devel] [PATCH 1/1] Use br2684ctl from linux-atm tarball

2011-01-22 Thread Philip Prindeville
Subject says it all. Note that "svn diff" doesn't show that one file is being moved, not deleted. Do that before the "svn delete package/br2684ctl" Note: package/br2684ctl/files/br2684ctl => package/linux-atm/files/br2684ctl Index: package/br2684ctl/files/br2684ctl ===

[OpenWrt-Devel] [PATCH 1/1] Version bump of linux-atm to 2.5.2

2011-01-22 Thread Philip Prindeville
Bumping to 2.5.2 which was released last month. Index: package/linux-atm/patches/200-no_libfl.patch === --- package/linux-atm/patches/200-no_libfl.patch(revision 25049) +++ package/linux-atm/patches/200-no_libfl.patch

[OpenWrt-Devel] Resend: [PATCH 1/1] Add wifi and ethernet default config to Geos

2011-01-22 Thread Philip Prindeville
Configure the Geos to use WPA2 Personal (AES), channel 6, 11g mode, and bridge Wifi and both Ethernet ports. The first DSL port is configured to use 0.32 and PPPoA, with no compression (the default for PPPoA). This is just to prime some configuration defaults so people have a foot-up in knowi

[OpenWrt-Devel] Resend: [PATCH 1/1] Add more modules to support Geos H/W

2011-01-22 Thread Philip Prindeville
Add support for PPPoE, PPPoX, and RFC-1483 bridging/routing over AAL5, h/w crypto support. Index: target/linux/x86/geos/target.mk === --- target/linux/x86/geos/target.mk (revision 25049) +++ target/linux/x86/geos/target.mk

Re: [OpenWrt-Devel] DynamicList not working in Backfire 10.03.1rc4 0.10 after upgrade from 0.9

2011-01-22 Thread Hanno Schupp
Thank you for your reply. I was aware that pressing Return works. However, my point is that it is not immediately obvious that multiple values can be entered on different lines. In the previous solution with plus and minus buttons this was immediately obvious. No, I am not talking about a technical

[OpenWrt-Devel] [PATCH] Madwifi country code settings

2011-01-22 Thread Manuel Munz
Hi, at the moment we need to set countrycode in different formats for madwifi (e.g. 276) and broadcom (e.g. DE). I would suggest to add the following patch which translates countrycodes from two-letter codes to numeric codes for madwifi. Imo that would make things easier and more consistent. What

Re: [OpenWrt-Devel] DynamicList not working in Backfire 10.03.1rc4 0.10 after upgrade from 0.9

2011-01-22 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > In Luci 0.10 this has regressed to just a plain input field. Try pressing enter. > Remember, I am am using a custom header based on 0.9 version of header.htm. > And yes, there is a cbi.js, whci needs to be loaded in the htm header. > I added that t

[OpenWrt-Devel] DynamicList not working in Backfire 10.03.1rc4 0.10 after upgrade from 0.9

2011-01-22 Thread Hanno Schupp
Apologies, previously posted in wrong list: In Luci 0.9 something like: s1:option( DynamicList, ... got you a nice filed list with add and delete buttons. In Luci 0.10 this has regressed to just a plain input field. Remember, I am am using a custom header based on 0.9 version of header.htm. And y