Re: [OpenWrt-Devel] [PATCH 2/5] new board: Allnet ALL0258N

2011-10-25 Thread Gabor Juhos
2011.09.07. 22:00 keltezéssel, Daniel Golle írta: > This updates uboot-envtools to the version which comes with U-Boot 2011.06. > The important novelity is that fw_setenv now supports batch processing, which > greatly improves sysupgrade of the ALL0258N as otherwise we would have to > overwrite ubo

Re: [OpenWrt-Devel] [PATCH 1/5] new board: Allnet ALL0258N

2011-10-25 Thread Gabor Juhos
2011.09.09. 14:44 keltezéssel, Daniel Golle írta: > On Fri, Sep 09, 2011 at 07:59:54AM +0200, Felix Fietkau wrote: >> I think you should drop the fifo cfg overrides and let the code use the >> defaults. > Thanks, indeed, removing the fifo cfg overrides didn't do any harm. I added it > when trying

Re: [OpenWrt-Devel] [PATCHv3 1/2] ramips: combine led setup for all boards in one file

2011-10-25 Thread Gabor Juhos
2011.09.24. 19:08 keltezéssel, Alexander Gordeev írta: > This removes unnecessary duplication and simplifies led setup for new > boards. It would be a one line change most likely. > > Signed-off-by: Alexander Gordeev Applied, thanks! Gabor ___ openwrt

Re: [OpenWrt-Devel] [PATCH] ramips: Support for NexAira BC2

2011-10-25 Thread Gabor Juhos
2011.09.28. 5:46 keltezéssel, Adam Porter írta: > Signed-off-by: Adam Porter Applied with minor modifications. Thanks! Gabor ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH] ramips: fix switch-port assignment for HW550-3G

2011-10-25 Thread Gabor Juhos
2011.10.13. 15:49 keltezéssel, Daniel Golle írta: > WAN is on swtich port 0 for Aztech HW550-3G. > > Signed-off-by: Daniel Golle Applied, thanks! Gabor ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/li

Re: [OpenWrt-Devel] [PATCH] Support for WNDR3800

2011-10-25 Thread Gabor Juhos
2011.10.25. 11:05 keltezéssel, Petri Rosenström írta: > This adds support for the Netgear WNDR3800, it is almost the same as > the WNDR3700v2. It just has more RAM so the hd_id had to be adjusted. > > Signed-off-by: Petri Rosenström Applied, thanks! Gabor ___

Re: [OpenWrt-Devel] [PATCH] Adding LISP to OpenWrt

2011-10-25 Thread Vasileios Lakafosis
Hi, thank you for looking into this. Please see inline below. On Tue, Oct 25, 2011 at 4:48 PM, Jo-Philipp Wich wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi. > >> +US_PATH="/usr/sbin/lisp" >> +KMOD_PATH="/usr/sbin" >> +CONF_PATH="/lib/network/lisp" >> +IF_NAME="eth1" >> + >> +#

Re: [OpenWrt-Devel] [PATCH] listener: new package

2011-10-25 Thread Nico
Applied with some modifications in [28592] and fixed in [28594] Thanks, -- -{Nico} ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH] Include zlib.pc (packageconfig) with zlib

2011-10-25 Thread Nico
Applied with a minor modification in [28591] Thanks, -- -{Nico} 2011/10/13 Espen Jürgensen : > Compiling zlib produces zlib.pc (pkgconfig), but it is not currently > installed in staging_dir/usr/lib/pkgconfig. If it was included other > packages depending on zlib could easier be compiled. > > Si

Re: [OpenWrt-Devel] [PATCH] Version Bump Minidlna 1.0.22

2011-10-25 Thread Nico
Applied in [28590] Thanks, -- -{Nico} On Mon, Oct 24, 2011 at 10:07 AM, Ian Leonard wrote: > This patch updates Minidlna to 1.0.22. > > Signed-off-by: Ian Leonard > --- > Index: multimedia/minidlna/Makefile > === > --- multimedia/

Re: [OpenWrt-Devel] [PATCH] Version Bump FFmpeg 0.8.5

2011-10-25 Thread Nico
Applied in [28589] Thanks, -- -{Nico} On Mon, Oct 24, 2011 at 10:12 AM, Ian Leonard wrote: > This patch updates FFmpeg to 0.8.5. > > Signed-off-by: Ian Leonard > --- > Index: multimedia/ffmpeg/Makefile > === > --- multimedia/ffmpe

Re: [OpenWrt-Devel] [PATCH] Adding LISP to OpenWrt

2011-10-25 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi. > +US_PATH="/usr/sbin/lisp" > +KMOD_PATH="/usr/sbin" > +CONF_PATH="/lib/network/lisp" > +IF_NAME="eth1" > + > +# RLOC used in ip rules for source routing > +#RLOC="128.107.165.94" > +RLOC=`/sbin/ifconfig eth1 | sed '/inet\ /!d;s/.*r://g;s/\ .*//g'

Re: [OpenWrt-Devel] RedBoot partition table with winbond m25q128vb

2011-10-25 Thread 馬克泡
Hi all, 2011/10/25 馬克泡 : > Hi all, > > I have an AR71XX board and the on board SPI flash is winbond "w25q128". > (W25Q128 can be recognized in m25p80.c) > { "w25q128", INFO(0xef4018, 0, 64 * 1024, 256, SECT_4K) }, > I'm porting OpenWrt with trunk revision 21441, Linux 2.6.39. > I've gave the wron

[OpenWrt-Devel] RedBoot partition table with winbond m25q128vb

2011-10-25 Thread 馬克泡
Hi all, I have an AR71XX board and the on board SPI flash is winbond "w25q128". (W25Q128 can be recognized in m25p80.c) { "w25q128", INFO(0xef4018, 0, 64 * 1024, 256, SECT_4K) }, I'm porting OpenWrt with trunk revision 21441, Linux 2.6.39. The boot loader on this board is redboot and I cannot to

Re: [OpenWrt-Devel] [PATCH] shorewall6-lite: update to 4.4.24

2011-10-25 Thread Jo-Philipp Wich
This one does not apply against current head, can you please update it? ~ Jow ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH] shorewall-lite: update to 4.4.24

2011-10-25 Thread Jo-Philipp Wich
Applied in r28574 - thanks! ~ Jow ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH 2/3] packages/utils/usb-modeswitch: use the hammer

2011-10-25 Thread Alexander Gordeev
В Mon, 24 Oct 2011 16:10:14 +0200 Daniel Golle пишет: > Not particularly beautiful but doing the trick... > > Signed-off-by: Daniel Golle > > diff --git a/utils/usb-modeswitch/files/modeswitch.hotplug > b/utils/usb-modeswitch/files/modeswitch.hotplug > index 1aecb1f..7f9ce94 100644 > --- a/ut

Re: [OpenWrt-Devel] [PATCH] mac80211: Allow ath9k_htc build without PCI support

2011-10-25 Thread Jo-Philipp Wich
Committed with minor modification in r28573 - thanks! ~ Jow ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH] Support for WNDR3800

2011-10-25 Thread Petri Rosenström
This adds support for the Netgear WNDR3800, it is almost the same as the WNDR3700v2. It just has more RAM so the hd_id had to be adjusted. Signed-off-by: Petri Rosenström --- diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index b1e4c1c..49bb0da 100644 --- a

Re: [OpenWrt-Devel] [PATCH] Adding LISP to OpenWrt

2011-10-25 Thread Florian Fainelli
Hello Vasileios, On Tuesday 25 October 2011 00:21:11 Vasileios Lakafosis wrote: > Dear OpenWrt Developers, > > this is Vasileios Lakafosis, who, as a member of the Cisco Locator/ID > Separation Protocol team at San Jose, has ported > the LISP functionality to OpenWrt. As