Re: [OpenWrt-Devel] [PATCH] lantiq and Netgear fixes/enhancements

2012-12-07 Thread Daniel Gimpelevich
On Fri, 2012-12-07 at 22:12 +, David Woodhouse wrote: > On Fri, 2012-12-07 at 12:59 -0800, Daniel Gimpelevich wrote: > > > It'd be better to put that in /etc/hotplug.d/atm so that you don't have > > > to worry about the timing of when the atm driver loads at startup, and > > > it gets done pro

[OpenWrt-Devel] Buffalo WZR-600DHP donation

2012-12-07 Thread Jiwoong Lee
Hi, As a small effort of contribution and encouragement, I would like to donate up to 10 Buffalo WZR-600DHP, including postal fee, to OpenWRT community. This is a very brand new AP from Buffalo, and currently is not supported by OpenWRT. I just created a Wiki page for this hardware, and provide

Re: [OpenWrt-Devel] [PATCH] lantiq and Netgear fixes/enhancements

2012-12-07 Thread David Woodhouse
On Fri, 2012-12-07 at 12:59 -0800, Daniel Gimpelevich wrote: > > It'd be better to put that in /etc/hotplug.d/atm so that you don't have > > to worry about the timing of when the atm driver loads at startup, and > > it gets done properly if the driver is ever unloaded and reloaded, etc. > > > > O

Re: [OpenWrt-Devel] [PATCH] lantiq and Netgear fixes/enhancements

2012-12-07 Thread Daniel Gimpelevich
On Fri, 2012-12-07 at 12:59 -0800, Daniel Gimpelevich wrote: > On Fri, 2012-12-07 at 20:56 +, David Woodhouse wrote: > > On Fri, 2012-12-07 at 12:34 -0800, Daniel Gimpelevich wrote: > > > Index: target/linux/lantiq/base-files/etc/init.d/ifx-esi > > > ==

[OpenWrt-Devel] new package ndpi-netfilter

2012-12-07 Thread Thomas Heil
Hi, Here is ndpi-netfilter, a GPL implementation of an iptables and netfilter module for nDPI integration into the Linux kernel. If you find it useful, please integrate it. -- # # Copyright (C) 2010 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See

Re: [OpenWrt-Devel] [PATCH] lantiq and Netgear fixes/enhancements

2012-12-07 Thread Daniel Gimpelevich
On Fri, 2012-12-07 at 20:56 +, David Woodhouse wrote: > On Fri, 2012-12-07 at 12:34 -0800, Daniel Gimpelevich wrote: > > Index: target/linux/lantiq/base-files/etc/init.d/ifx-esi > > === > > --- target/linux/lantiq/base-files/etc/i

Re: [OpenWrt-Devel] [PATCH] lantiq and Netgear fixes/enhancements

2012-12-07 Thread David Woodhouse
On Fri, 2012-12-07 at 12:34 -0800, Daniel Gimpelevich wrote: > Index: target/linux/lantiq/base-files/etc/init.d/ifx-esi > === > --- target/linux/lantiq/base-files/etc/init.d/ifx-esi (revision 0) > +++ target/linux/lantiq/base-files/e

Re: [OpenWrt-Devel] [PATCH] lantiq and Netgear fixes/enhancements

2012-12-07 Thread Daniel Gimpelevich
On Fri, 2012-12-07 at 12:24 -0800, Daniel Gimpelevich wrote: > On Fri, 2012-12-07 at 12:15 -0800, Daniel Gimpelevich wrote: > > On Thu, 2012-11-29 at 07:40 -0800, Daniel Gimpelevich wrote: > > > On Thu, 2012-11-29 at 10:35 +, Conor O'Gorman wrote: > > > > I don't want to drag this out longer

Re: [OpenWrt-Devel] [PATCH] lantiq and Netgear fixes/enhancements

2012-12-07 Thread Daniel Gimpelevich
On Fri, 2012-12-07 at 12:15 -0800, Daniel Gimpelevich wrote: > On Thu, 2012-11-29 at 07:40 -0800, Daniel Gimpelevich wrote: > > On Thu, 2012-11-29 at 10:35 +, Conor O'Gorman wrote: > > > I don't want to drag this out longer than necessary. You used the phrase > > > 'hack'. What do you think i

Re: [OpenWrt-Devel] [PATCH] lantiq and Netgear fixes/enhancements

2012-12-07 Thread Daniel Gimpelevich
On Thu, 2012-11-29 at 07:40 -0800, Daniel Gimpelevich wrote: > On Thu, 2012-11-29 at 10:35 +, Conor O'Gorman wrote: > > I don't want to drag this out longer than necessary. You used the phrase > > 'hack'. What do you think is the preferred solution? > > If I had a better one, I would have use

Re: [OpenWrt-Devel] [PATCH] ar71xx: TP-LINK also has a family TL-WDR

2012-12-07 Thread Gabor Juhos
2012.12.07. 8:44 keltezéssel, Cezary Jackiewicz írta: > Signed-off-by: Cezary Jackiewicz Applied. Thanks, Gabor ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH 2/2] ar71xx: add support for TP-LINK WA801ND

2012-12-07 Thread Gabor Juhos
Applied. Thanks, Gabor ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH 1/2] firmware-utils: add support for TP-LINK WA801NDv1

2012-12-07 Thread Gabor Juhos
Applied. Thanks, Gabor ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] Buildbot system down for maintenance?

2012-12-07 Thread Hannu Nyman
There has not been any new snapshots in three days (since Dec 4th) and http://buildbot.openwrt.org/ does not answer... Is the buildbot system down for planned maintenance? Or has it crashed again? ___ openwrt-devel mailing list openwrt-devel@lists.ope

[OpenWrt-Devel] about print in uci.lua!

2012-12-07 Thread . Elvis
Hi all , i want print follow command "%s",how to do print? return os.execute("/sbin/luci-reload %s >/dev/null 2>&1" % table.concat(configlist, " ")) thanks all! elvis ___ openwrt-devel mailing list openwrt-devel@lists.openwr