[OpenWrt-Devel] [PATCH] include: fix kernel download failure with git local trees

2014-05-07 Thread Mathieu Olivari
When using the options EXTERNAL_KERNEL_TREE or KERNEL_GIT_CLONE_URI, the command make downloads fails as it tries to download the kernel tarball despite the option. This doesn't happen during a regular build as in that case, the dependency is conditionned through the LINUX_SITE variable, which is

Re: [OpenWrt-Devel] Looking for someone with WNR3500L V1

2014-05-07 Thread Rafał Miłecki
On 7 May 2014 02:09, Owen Kirby o...@exegin.com wrote: Did a sysupgrade to the latest bcrm47xx trunk images and tried to load the network up with some traffic (connected a few laptops to the LAN ports and ran iperf between each other and the WNDR3700v3) Nothing came up in the kernel log that

Re: [OpenWrt-Devel] [PATCH 2/2] ppp: fix o_special option printing

2014-05-07 Thread Yousong Zhou
Hi, Nathan. On 7 May 2014 13:25, Nathan Hintz nlhi...@hotmail.com wrote: PPPD crashes (SEGV) when the 'dump' or 'dryrun' options are specified and an option defined internally as o_special with an option flag of OPT_A2STRVAL is used. The crash occurs because the option value is not saved

Re: [OpenWrt-Devel] [PATCH 1/2] ppp: fix printing of DNS/WINS addresses

2014-05-07 Thread Yousong Zhou
Hi, Nathan. On 7 May 2014 13:24, Nathan Hintz nlhi...@hotmail.com wrote: Signed-off-by: Nathan Hintz nlhi...@hotmail.com --- Re-send of the following: http://patchwork.openwrt.org/patch/3246/ .../ppp/patches/502-fix-ms-dns-and-ms-wins-print.patch | 17 + 1 file

[OpenWrt-Devel] [PATCH 1/6] netifd: Apply interface metric on configured interface gateway parameters

2014-05-07 Thread Hans Dedecker
Signed-off-by: Hans Dedecker dedec...@gmail.com --- proto.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/proto.c b/proto.c index 3a7b2a8..0ba2fbe 100644 --- a/proto.c +++ b/proto.c @@ -270,6 +270,7 @@ parse_gateway_option(struct interface *iface, struct blob_attr

[OpenWrt-Devel] [PATCH 3/6] netifd: Remove useless route table parameter check in update_proto_route

2014-05-07 Thread Hans Dedecker
Not necessary since route table parameter is used as key element in route_cmp Signed-off-by: Hans Dedecker dedec...@gmail.com --- interface-ip.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/interface-ip.c b/interface-ip.c index 8458666..a82d8e7 100644 ---

[OpenWrt-Devel] [PATCH 5/6] netifd: Check interface state only when main device is set during interface_change_config

2014-05-07 Thread Hans Dedecker
Fixes a regression issue introduced by commit d2a33f3f0fe704e4396fa2ada08401cb955ba7cb for device less protocol handlers. An active interface using a deviceless protocol handler will be be teared down when the interface config is checked upon an update as the interface link and enabled

[OpenWrt-Devel] [PATCH 6/6] netifd: Fix node version set after free

2014-05-07 Thread Hans Dedecker
Fixes an issue where a bridge member will be removed from the bridge upon an interface ifup as the bridge node version -1 is overwritten by vlist_add while the new created bridge member pointer is freed in bridge_member_update Signed-off-by: Hans Dedecker dedec...@gmail.com --- bridge.c |6

Re: [OpenWrt-Devel] [PATCH] Fix sysntpd to use multiple servers.

2014-05-07 Thread Jo-Philipp Wich
Hi. Can you elaborate on this fix? The current implementation works fine here as well and I cannot spot a functional difference with your change. ~ Jow signature.asc Description: OpenPGP digital signature ___ openwrt-devel mailing list

[OpenWrt-Devel] [PATCH 1/3] Made several parts of gnutls configurable and updated to 3.2.14.

2014-05-07 Thread Nikos Mavrogiannopoulos
--- libs/gnutls/Config.in | 33 +++ libs/gnutls/Makefile | 62 ++- 2 files changed, 89 insertions(+), 6 deletions(-) create mode 100644 libs/gnutls/Config.in diff --git a/libs/gnutls/Config.in b/libs/gnutls/Config.in new

[OpenWrt-Devel] [PATCH 3/3] Allow gnutls to be compiled using nettle-mini.

2014-05-07 Thread Nikos Mavrogiannopoulos
--- libs/gnutls/Makefile | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libs/gnutls/Makefile b/libs/gnutls/Makefile index c2a010a..997532b 100644 --- a/libs/gnutls/Makefile +++ b/libs/gnutls/Makefile @@ -75,7 +75,7 @@ endef define Package/libgnutls $(call

Re: [OpenWrt-Devel] [PATCH 1/3] Made several parts of gnutls configurable and updated to 3.2.14.

2014-05-07 Thread Florian Fainelli
Hi Nikos, 2014-05-07 14:32 GMT-07:00 Nikos Mavrogiannopoulos n...@gnutls.org: Could you resubmit these patches with your Signed-off-by tag? They look good otherwise, thank you! --- libs/gnutls/Config.in | 33 +++ libs/gnutls/Makefile | 62

Re: [OpenWrt-Devel] [PATCH] Fix sysntpd to use multiple servers.

2014-05-07 Thread Ben Kibbey
On Wed, May 07, 2014 at 04:28:00PM +0200, Jo-Philipp Wich wrote: Hi. Can you elaborate on this fix? The current implementation works fine here as well and I cannot spot a functional difference with your change. ~ Jow It adds a -p before each server specification. If run with -d you can

[OpenWrt-Devel] [PATCH 1/3] Made several parts of gnutls configurable and updated to 3.2.14.

2014-05-07 Thread Nikos Mavrogiannopoulos
Signed-off-by: Nikos Mavrogiannopoulos n...@gnutls.org --- libs/gnutls/Config.in | 33 +++ libs/gnutls/Makefile | 62 ++- 2 files changed, 89 insertions(+), 6 deletions(-) create mode 100644 libs/gnutls/Config.in diff

[OpenWrt-Devel] [PATCH 3/3] Allow gnutls to be compiled using nettle-mini.

2014-05-07 Thread Nikos Mavrogiannopoulos
Signed-off-by: Nikos Mavrogiannopoulos n...@gnutls.org --- libs/gnutls/Makefile | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libs/gnutls/Makefile b/libs/gnutls/Makefile index c2a010a..997532b 100644 --- a/libs/gnutls/Makefile +++ b/libs/gnutls/Makefile @@ -75,7 +75,7

Re: [OpenWrt-Devel] [PATCH 1/3] Made several parts of gnutls configurable and updated to 3.2.14.

2014-05-07 Thread Nikos Mavrogiannopoulos
On Wed, 2014-05-07 at 14:44 -0700, Florian Fainelli wrote: Could you resubmit these patches with your Signed-off-by tag? They look good otherwise, thank you! Thanks for checking them. Just resubmitted. regards, Nikos ___ openwrt-devel mailing list

Re: [OpenWrt-Devel] [PATCH 1/3] Made several parts of gnutls configurable and updated to 3.2.14.

2014-05-07 Thread Florian Fainelli
2014-05-07 14:56 GMT-07:00 Nikos Mavrogiannopoulos n...@gnutls.org: Signed-off-by: Nikos Mavrogiannopoulos n...@gnutls.org Applied in r40721, had to disable cryptodev since it was missing a bunch of definitions to build. thanks! -- Florian ___

Re: [OpenWrt-Devel] [PATCH 3/3] Allow gnutls to be compiled using nettle-mini.

2014-05-07 Thread Florian Fainelli
2014-05-07 14:56 GMT-07:00 Nikos Mavrogiannopoulos n...@gnutls.org: Signed-off-by: Nikos Mavrogiannopoulos n...@gnutls.org Applied in r40723, thanks! -- Florian ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

Re: [OpenWrt-Devel] [PATCH] Fix sysntpd to use multiple servers.

2014-05-07 Thread Weedy
On Wed, May 7, 2014 at 5:46 PM, Ben Kibbey b...@luxsci.net wrote: On Wed, May 07, 2014 at 04:28:00PM +0200, Jo-Philipp Wich wrote: Hi. Can you elaborate on this fix? The current implementation works fine here as well and I cannot spot a functional difference with your change. ~