Re: [OpenWrt-Devel] Generated firmware binaries naming

2013-01-20 Thread Gabor Juhos
2013.01.19. 18:29 keltezéssel, Paul Fertser írta: >> I agree that this adds some complexity. However both the sysupgrade and >> factory >> images were provided for these boards, and if one of them disappear users >> will >> complain about that. > > Right, they might. Probably it'd be nice to wr

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

2013-01-20 Thread Felix Fietkau
On 2013-01-20 1:12 AM, Daniel Golle wrote: > 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 Applied in r35250, thanks __

Re: [OpenWrt-Devel] [PATCH 1/3] [packages] fix nginx build

2013-01-20 Thread Luka Perkov
Hi Russell, please don't send unrelated patches in the same thread. On Wed, Jan 16, 2013 at 09:51:14PM -0800, Russell Senior wrote: > The NGINX_SSL qualifier in the dependencies list doesn't seem to do > what is intended. Needed to remove it in order to build to a > successful conclusion. > > S

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

2013-01-20 Thread Luka Perkov
On Sat, Jan 19, 2013 at 09:55:44PM -0300, Gui Iribarren wrote: > Inline patch, probably newline-broken :( Yes it is. Please fix your client or use git send-email for sending patches. Make sure to read official documentation: https://dev.openwrt.org/wiki/SubmittingPatches You can always send emai

Re: [OpenWrt-Devel] [PATCH] [orion] Add support for 3.7

2013-01-20 Thread Maarten Bezemer
Florian, On Friday 18 January 2013 13:55:33 Florian Fainelli wrote: > Maarten, > > On 01/01/2013 09:55 PM, Maarten Bezemer wrote: > > orion: Add support for 3.7 > > > > Signed-off-by: Maarten Bezemer > > --- > > I tested this update on my WRT350n-v2 device and all (LAN and WLAN) seemed > > to b

[OpenWrt-Devel] [PATCH] 6relayd: fix shell library includes in init-script

2013-01-20 Thread Daniel Golle
If the libraties are included on top-level, the script will exit when being included on the host where those files don't exist. This results in 6relayd's init-script not being enabled due to the run-level link not being set when preparing the rootfs on the build host. Signed-off-by: Daniel Golle

[OpenWrt-Devel] [PATCH] [packages] netatalk: update to 2.2.4

2013-01-20 Thread Joe Roback
Updates netatalk from 2.2.1 to 2.2.4. Signed-off-by Joe Roback --- diff --git a/net/netatalk/Makefile b/net/netatalk/Makefile index e70ad02..551a899 100644 --- a/net/netatalk/Makefile +++ b/net/netatalk/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=netatalk -PKG_VERSION:=2.

[OpenWrt-Devel] Which rule defines choice of composite object when building image ?

2013-01-20 Thread darius
Hello all, I'm still strugling with finding information about building image. I was looking at the linux kernel building document and whole situation is now more clear than before, but still I have a question. How it can happen that selecting iptables-mod-extra with 'y' it automatically selects it

[OpenWrt-Devel] [PATCH] packages/net/olsrd: retry tunnel setup

2013-01-20 Thread Daniel Golle
When started while boot, olsrd quits when SmartGW is enabled with the message olsrd[1395]: Received netlink error code Cannot assign requested address (-126) olsrd[1395]: olsrd exit: Cannot initialize gateway tunnels When restart after boot, olsrd starts up and works as expected. I wrote this pa

Re: [OpenWrt-Devel] [PATCH] packages/net/olsrd: retry tunnel setup

2013-01-20 Thread Bastian Bittorf
* Daniel Golle [20.01.2013 22:50]: > When started while boot, olsrd quits when SmartGW is enabled with the message > > olsrd[1395]: Received netlink error code Cannot assign requested address > (-126) > olsrd[1395]: olsrd exit: Cannot initialize gateway tunnels this is likely a netifd race whic

[OpenWrt-Devel] about m.uci:get!

2013-01-20 Thread . Elvis
Hi all, Why I can not get "pinpro" value? I got empty! /etc/config/verify config pin option pincode1 '1' option oldcode '11' option protect 'disable' In the model/cbi function code.write(self, section, value) local pinpro = m.uci:get("verify", "pin", "protect") --