[OpenWrt-Devel] [PATCH] [packages] net/olsrd: IPv6 SmartGW doesn't require IPv6 NAT support

2013-01-19 Thread Daniel Golle
Signed-off-by: Daniel Golle --- net/olsrd/files/olsrd.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/olsrd/files/olsrd.init b/net/olsrd/files/olsrd.init index 7578316..5deca06 100644 --- a/net/olsrd/files/olsrd.init +++ b/net/olsrd/files/olsrd.init @@ -604,9 +604,9 @

Re: [OpenWrt-Devel] [PATCH] Add support for TL-WDR3500

2013-01-19 Thread Gui Iribarren
On Sat, Jan 19, 2013 at 8:22 PM, Gui Iribarren wrote: > WDR3500 is similar to WDR3600 except it doesn't have gigabit ethernet, > and has only 1 USB port. > > So, this patch (over r35162) adds a new board type, based on > mach-tl-wdr4300.c but replacing ethernet config with one based on > mach-tl-w

Re: [OpenWrt-Devel] [PATCH] network/iproute2: Bump version to 3.7.0

2013-01-19 Thread Daniel Golle
Updated to latest stable version and added an upstream patch to handle a link failure Signed-off-by: Oliver Smith [dgo...@allnet.de: refreshed patches] Signed-off-by: Daniel Golle --- package/network/utils/iproute2/Makefile| 4 +- .../iproute2/patches/000-sync_pkt_sched_h.patch

[OpenWrt-Devel] [PATCH] Add support for TL-WDR3500

2013-01-19 Thread Gui Iribarren
WDR3500 is similar to WDR3600 except it doesn't have gigabit ethernet, and has only 1 USB port. So, this patch (over r35162) adds a new board type, based on mach-tl-wdr4300.c but replacing ethernet config with one based on mach-tl-wr841n-v8.c a huge thanks goes out to Paul Fertser for hours of tir

[OpenWrt-Devel] [PATCH] brcm47xx: reinstate gpio IRQ assignment

2013-01-19 Thread Nathan Hintz
Recent changes to the brcm47xx gpio implementation result in an IRQ no longer being assigned to the gpio driver. This breaks the ability to enter failsafe, and possibly other things. Only tested on a BCMA device (SSB not tested). Signed-off-by: Nathan Hintz Index: target/linux/brcm47xx/patches

[OpenWrt-Devel] [PATCH] [packages] libjpeg-turbo: add package for test utils, move appropriate targets there

2013-01-19 Thread Russell Senior
Trying to figure out where jpeggut came from, found a) that it was a typo and b) that it was renamed in r643 from jpegut to tjunittest. In the same revision, jpegtest became tjbench, and later in r733, jcstest was added to test jpeg color space extentions. Since these tools will only be desirabl

Re: [OpenWrt-Devel] Generated firmware binaries naming

2013-01-19 Thread Paul Fertser
On Sat, Jan 19, 2013 at 05:34:05PM +0100, Gabor Juhos wrote: > > As far as i understand, the way you did it will produce both > > factory.bin files (suitable for the sysupgrade utility and the > > vendor's interface) and sysupgrade.bin (that would work only with the > > sysupgrade utility). Isn't t

Re: [OpenWrt-Devel] [PATCH] ramips: Add Tenda 3G300M

2013-01-19 Thread Gabor Juhos
2013.01.09. 16:08 keltezéssel, Cezary Jackiewicz írta: > Ralink RT3052F, 4MB flash, 32MB ram, one USB 2.0, two buttons > and seven leds. > > Factory image should be used to flash from original firmware. > > Signed-off-by: Cezary Jackiewicz Applied with some changes. Thanks, Gabor

Re: [OpenWrt-Devel] Generated firmware binaries naming

2013-01-19 Thread Gabor Juhos
Hi Paul, > On Sat, Jan 19, 2013 at 04:38:34PM +0100, Gabor Juhos wrote: >> 2013.01.07. 16:59 keltezéssel, Paul Fertser írta: >>> These targets need custom image names specified in the uImage header. >>> MkImage accepts an optional 4th argument to do exactly that. Reuse the >>> facility to generate

Re: [OpenWrt-Devel] [PATCH 3/5] [packages] libjpeg-turbo: fix binary names to match what is built

2013-01-19 Thread Daniel Petre
btw: mjpg-streamer looks to me a bit smoother with libjpeg-turbo than libjpeg, the only drawback is l-t is a little bigger than the old lib.. On Jan 19, 2013, at 6:13 PM, Russell Senior wrote: >> "Ian" == Ian Leonard writes: > >>> Signed-off-by: Russell Senior >>> PKG_NAME:=libjpeg-turbo

Re: [OpenWrt-Devel] [PATCH 3/5] [packages] libjpeg-turbo: fix binary names to match what is built

2013-01-19 Thread Russell Senior
> "Ian" == Ian Leonard writes: >> Signed-off-by: Russell Senior >> PKG_NAME:=libjpeg-turbo PKG_VERSION:=1.2.1 -PKG_RELEASE:=1 >> +PKG_RELEASE:=2 >> define Package/jpeg-tools/install $(INSTALL_DIR) $(1)/usr/bin >> $(INSTALL_BIN) $(PKG_BUILD_DIR)/.libs/{c,d}jpeg $(1)/usr/bin/ - >> $(INSTALL_B

[OpenWrt-Devel] Generated firmware binaries naming (was: Re: [PATCH] ramips: use MkImage for Hauppauge Broadway, Netcore NW718 and Tenda W306R V2.0)

2013-01-19 Thread Paul Fertser
Hi, On Sat, Jan 19, 2013 at 04:38:34PM +0100, Gabor Juhos wrote: > 2013.01.07. 16:59 keltezéssel, Paul Fertser írta: > > These targets need custom image names specified in the uImage header. > > MkImage accepts an optional 4th argument to do exactly that. Reuse the > > facility to generate proper

Re: [OpenWrt-Devel] [PATCH] ramips: use MkImage for Hauppauge Broadway, Netcore NW718 and Tenda W306R V2.0

2013-01-19 Thread Gabor Juhos
2013.01.07. 16:59 keltezéssel, Paul Fertser írta: > These targets need custom image names specified in the uImage header. > MkImage accepts an optional 4th argument to do exactly that. Reuse the > facility to generate proper sysupgrade images suitable also for > upgrading the factory firmware. > >

Re: [OpenWrt-Devel] [PATCH 3/5] [packages] libjpeg-turbo: fix binary names to match what is built

2013-01-19 Thread Ian Leonard
> Signed-off-by: Russell Senior > PKG_NAME:=libjpeg-turbo > PKG_VERSION:=1.2.1 > -PKG_RELEASE:=1 > +PKG_RELEASE:=2 > define Package/jpeg-tools/install > $(INSTALL_DIR) $(1)/usr/bin > $(INSTALL_BIN) $(PKG_BUILD_DIR)/.libs/{c,d}jpeg $(1)/usr/bin/ > - $(INSTALL_BIN) $(PKG_BUILD_DI

Re: [OpenWrt-Devel] rt2x00: add rt5350 wlan support

2013-01-19 Thread Michel Stempin
Still no news from Mediatek? If required, I can post the updated patch against latest mac80211 2013-01-07 from trunk. -Michel Le 13/01/2013 01:21, Felix Kaechele a écrit : > Am 06.01.2013 11:33, schrieb John Crispin: >>> Although I'm not a lawyer, but in my understanding, this does not >>> allo

Re: [OpenWrt-Devel] [PATCH] ramips: do not stop the build if some targets fail

2013-01-19 Thread Gabor Juhos
2013.01.07. 15:15 keltezéssel, Paul Fertser írta: > This becomes crucial when you are using a generic profile to build an image > larger than 4M, e.g. for w502u. > > Signed-off-by: Paul Fertser Applied. Thanks, Gabor ___ openwrt-devel mailing list ope