Re: [OpenWrt-Devel] TP-Link TL-WA901ND V2 support

2011-02-02 Thread Jonathan Bennett
Included patch adds support for the TP-link WA901ND-v2. I have yet to map out the leds and buttons, but I don't anticipate having much problem with that. I'll push that patch through once I get it done. This patch also adds an init script to the ar71xx platform. It checks to see if it is running o

[OpenWrt-Devel] add tor geoip package

2011-02-02 Thread Peter Wagner
Hi, this patch adds a geoip package for tor with kind regards Peter Wagner Signed-off-by: Peter Wagner diff --git a/net/tor/Makefile b/net/tor/Makefile index 2799b53..495fae0 100644 --- a/net/tor/Makefile +++ b/net/tor/Makefile @@ -19,15 +19,13 @@ PKG_INSTALL:=1 include $(INCLUDE_DIR)/packa

[OpenWrt-Devel] [PATCH] kmod-ipt-led, iptables trigger for LED class devices

2011-02-02 Thread Łukasz Stelmach
Netfilter LED target triggers blinkenlichten when a network packet hits a rule. LED target requires iptables 1.4.9 or higher Signed-off-by: Łukasz Stelmach --8<---cut here---start->8--- Index: include/netfilter.mk =

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

2011-02-02 Thread Łukasz Stelmach
"ZioPRoTo (Saverio Proto)" writes: >> 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. -- Było mi bardzo mił

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

2011-02-02 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 ? Saverio ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman

Re: [OpenWrt-Devel] [PATCH] package ntfs-3g: Fix typo in changeset 25113

2011-02-02 Thread buddhay
commited in rev 25308.. thanks bud On 02.02.2011 13:13, Mark Vels wrote: > Changeset 25113 bumped the version of package ntfs-3g to 2011.1.15 but the > checksum for that blob is erroneously called > PKG_MD5SUM_2010.1.15. > > This patch provides a fix for this typo. > __

[OpenWrt-Devel] [PATCH] package ntfs-3g: Fix typo in changeset 25113

2011-02-02 Thread Mark Vels
Changeset 25113 bumped the version of package ntfs-3g to 2011.1.15 but the checksum for that blob is erroneously called PKG_MD5SUM_2010.1.15. This patch provides a fix for this typo. Index: utils/ntfs-3g/Makefile === --- utils/ntfs-3

Re: [OpenWrt-Devel] [Patch] fix liboping

2011-02-02 Thread Hanno Schupp
Not sure whether this has been committed in trunk already, but if it could be realeased to backfire I much appreciate it, as liboping currently does not compile in backfire either. Thank You. On 28 January 2011 18:58, Daniel Poelzleithner wrote: > hi, > > this fixes liboping. > > kind regards >