[OpenWrt-Devel] openssl update patch

2011-02-03 Thread Peter Wagner
Signed-off-by: Peter Wagner tripo...@gmx.at diff --git a/package/openssl/Makefile b/package/openssl/Makefile index f9b4c0a..80af0ce 100644 --- a/package/openssl/Makefile +++ b/package/openssl/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=openssl -PKG_VERSION:=0.9.8p

Re: [OpenWrt-Devel] 6to4 as a secondary tunnel

2011-02-03 Thread ZioPRoTo (Saverio Proto)
Can I assume openwrt supports multiple routing tables? do you mean if OpenWRT supports to configure multiple routing tables with the UCI schemas ? Yes. Or, if it does not, what could the best way to support this particular case. I'm also interested in knowing this :) Right now I have

[OpenWrt-Devel] Four bugs that have been sitting in queue

2011-02-03 Thread W. Michael Petullo
I have four bugs/enhancements that have been sitting in Trac for about two months: Ticket #8466, gnutls failed to build without C++ compiler Ticket #8317, New package: libmpeg2 Ticket #8318, Add mpeg2dec to gst-plugins-ugly Ticket #8467, Upgrade VIPS to 7.24.1 Of these, I'd be happy to become

[OpenWrt-Devel] [PATCH] TP-Link TL-WA901ND V2 support

2011-02-03 Thread Jonathan Bennett
OK, I've mapped the leds and the buttons. I've also moved the eth fixup into the pre-init. If it's in the regular init, then failsafe doesn't work, because the ethernet port never comes online. The mach file is a bit cleaner, now, too. Failsafe is confirmed to work correctly. Please push this

[OpenWrt-Devel] Resend: [PATCH v3 1/1] Redux: Allow user to apply settings to solos h/w before bringing up network

2011-02-03 Thread Philip Prindeville
If the network/wan configuration contains solos0 ... solos3 then this list of strings will be applied to the FPGA when the hardware is hotplug added. The syntax should be tag=value, as per the values enumerated in the solos-attr.c list. In the canned example, the modem is temporarily turned

[OpenWrt-Devel] Resend: [PATCH 1/1] Make sure all 'wan' state is reset before adding it back

2011-02-03 Thread Philip Prindeville
Make sure that 'ifname' and other options aren't left behind. Index: target/linux/x86/geos/base-files/etc/uci-defaults/ppp === --- target/linux/x86/geos/base-files/etc/uci-defaults/ppp (revision 25243) +++