[OpenWrt-Devel] [PATCH] sysupgrade: preserve symlinks in backups

2014-09-29 Thread Catalin Patulea
From: Catalin Patulea Signed-off-by: Catalin Patulea --- package/base-files/files/sbin/sysupgrade | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/base-files/files/sbin/sysupgrade b/package/base-files/files/sbin/sysupgrade index 1ec02c7..6e63783 100755 --- a/pack

Re: [OpenWrt-Devel] [PATCH 4/4] Make curl use the system certificates

2014-09-29 Thread Catalin Patulea
On Thu, Sep 25, 2014 at 6:53 AM, Felix Fietkau wrote: >> Ups, no! >> I wanted Christian Schoenebeck confirmation first. But I was supposed >> to do a second version of this patch. >> That option only works when curl uses OpenSSL. Since now it uses >> PolarSSL by default it will break most builds.

Re: [OpenWrt-Devel] openwrt-devel Digest, Vol 105, Issue 95

2014-09-29 Thread Vasileios Lakafosis
Done Hannu! Thanks, Vasileios On Sat, Sep 27, 2014 at 3:00 AM, wrote: > Send openwrt-devel mailing list submissions to > openwrt-devel@lists.openwrt.org > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-dev

Re: [OpenWrt-Devel] some questions/observations about building qemu/malta image

2014-09-29 Thread Robert P. J. Day
On Mon, 29 Sep 2014, Florian Fainelli wrote: > Hello, > > (short emails for separate issues do help BTW) > > On 09/29/2014 03:32 PM, Robert P. J. Day wrote: > > > > a few questions about things i ran into today trying to build a qemu > > malta image using the latest git checkout of openwrt -- so

Re: [OpenWrt-Devel] some questions/observations about building qemu/malta image

2014-09-29 Thread Florian Fainelli
Hello, (short emails for separate issues do help BTW) On 09/29/2014 03:32 PM, Robert P. J. Day wrote: > > a few questions about things i ran into today trying to build a qemu > malta image using the latest git checkout of openwrt -- some are > admittedly trivial, i just want to make sure i'm u

[OpenWrt-Devel] some questions/observations about building qemu/malta image

2014-09-29 Thread Robert P. J. Day
a few questions about things i ran into today trying to build a qemu malta image using the latest git checkout of openwrt -- some are admittedly trivial, i just want to make sure i'm understanding everything related to them. i started with the config.malta_le config file downloaded from openwrt.

[OpenWrt-Devel] is there an actual "ralink MT7620A evaluation board"?

2014-09-29 Thread Robert P. J. Day
i've seen references to such a board in the openwrt code base ... does such a thing exist? google is not showing me anything that looks like a board. rday -- Robert P. J. Day Ottawa, Ont

Re: [OpenWrt-Devel] b53: BCM5325 VLAN VID > 15 possible?

2014-09-29 Thread Rafał Miłecki
On 29 September 2014 18:50, Ilya Lipnitskiy wrote: > Maybe if we provided adequate UI warning in LuCI to make it clear that > changing this prefix for BCM5325 would change all configured VIDs it would > be acceptable? I think swconfig API provides switch specific attributes (so b53 could register

Re: [OpenWrt-Devel] b53: BCM5325 VLAN VID > 15 possible?

2014-09-29 Thread Ilya Lipnitskiy
Hi Jonas, On Mon, Sep 29, 2014 at 2:19 AM, Jonas Gorski wrote: > Due to it (IMHO) being rather confusing > and easily braking network (e.g. you would need to change you lan VID > on changing it), I chose not to implement setting it. > Maybe if we provided adequate UI warning in LuCI to make it

[OpenWrt-Devel] [PATCH][RESEND] netifd: GRE Tos support

2014-09-29 Thread Hans Dedecker
Tos support is added as a generic gre parameter which can have the following values : -inherit (outer header inherits the tos value of the inner header) -hex value Signed-off-by: Hans Dedecker --- system-linux.c | 35 ++- system.c | 1 + system.h

[OpenWrt-Devel] [PATCH][RESEND] GRE: Tos support

2014-09-29 Thread Hans Dedecker
Tos support is added as a generic grev4/grev6 parameter which can have the following values : -inherit (outer header inherits the tos value of the inner header) -hex value Signed-off-by: Hans Dedecker --- package/network/config/gre/Makefile | 2 +- package/network/config/gre/files

[OpenWrt-Devel] [PATCH] [tools] firmware-utils: add NEXX factory image support

2014-09-29 Thread Felix Kaechele
This patch adds support to encode and decode images for certain types of NEXX routers. --- tools/firmware-utils/src/mkporayfw.c | 16 1 file changed, 16 insertions(+) diff --git a/tools/firmware-utils/src/mkporayfw.c b/tools/firmware-utils/src/mkporayfw.c index b4d5d78..8e0cf24

Re: [OpenWrt-Devel] [PATCH] fix the build dependencies for uhttpd and ustream-ssl

2014-09-29 Thread thomas.langer
Hello Bas, Bas Mevissen wrote on 2014-09-29: > > Can't you patch uhhtpd to conditionally include the header? Would be > something to upstream as well. > > Another solution would be to have the ssl libraries only build (and > packaged), but not installed in the image because of this dependency. >

Re: [OpenWrt-Devel] [PATCH] netifd: GRE Tos support

2014-09-29 Thread Hans Dedecker
On Mon, Sep 29, 2014 at 12:55 AM, Catalin Patulea wrote: > On Sun, Sep 28, 2014 at 3:34 PM, Hans Dedecker wrote: >> diff --git a/system-linux.c b/system-linux.c >> index c4d89be..7f14ca9 100644 >> --- a/system-linux.c >> +++ b/system-linux.c >> @@ -1703,6 +1705,29 @@ static int system_add_gre_tun

Re: [OpenWrt-Devel] [PATCH] fix the build dependencies for uhttpd and ustream-ssl

2014-09-29 Thread Bas Mevissen
On 09/23/2014 09:36 AM, thomas.lan...@lantiq.com wrote: > Hello, > Hi Thomas, > I have to reject my own patch, uhttpd includes the header from ustream > unconditionally, > so the build dependency has to stay. > Can't you patch uhhtpd to conditionally include the header? Would be something t

Re: [OpenWrt-Devel] ddns-scripts: add service two-dns.de

2014-09-29 Thread Christian Schoenebeck
Am 29.09.2014 um 13:04 schrieb Martin Röcker: > Hi, > > Im using the free dynamic DNS service from twodns.de. Maybe it might be > interesting for other OpenWrt users as well so I send you this tiny > patch. > > Martin > Pull request #374 created Christian

Re: [OpenWrt-Devel] b53: BCM5325 VLAN VID > 15 possible?

2014-09-29 Thread Jonas Gorski
Hi, On Mon, Sep 29, 2014 at 10:43 AM, Ilya Lipnitskiy wrote: > Greetings! > > I have been trying to configure a NETGEAR WNDR3400 device to use VLAN ID 201 > on its WAN port to be able to talk to a Calix FTTH ONT. Studying the > problem, I have found that the device contains a BCM5325 switch, whic

[OpenWrt-Devel] b53: BCM5325 VLAN VID > 15 possible?

2014-09-29 Thread Ilya Lipnitskiy
Greetings! I have been trying to configure a NETGEAR WNDR3400 device to use VLAN ID 201 on its WAN port to be able to talk to a Calix FTTH ONT. Studying the problem, I have found that the device contains a BCM5325 switch, which only supports up to 16 VLAN entries. However, each entry may have a