Re: [OpenWrt-Devel] [RFC] openwrt: Allow extraction of debuginfo from all binaries

2014-08-03 Thread Alexandru Ardelean
Well, this is useful because you have your FW build and your symbols right next to it for each build. Then, you can store them somewhere (FW + debug symbols) and if you get a crash/segfault on a specific build number you're covered because you can pull symbols and use them on coredumps for that

Re: [OpenWrt-Devel] [RFC] openwrt: Allow extraction of debuginfo from all binaries

2014-08-03 Thread Felix Fietkau
On 2014-08-03 08:46, Alexandru Ardelean wrote: Well, this is useful because you have your FW build and your symbols right next to it for each build. Then, you can store them somewhere (FW + debug symbols) and if you get a crash/segfault on a specific build number you're covered because you

Re: [OpenWrt-Devel] [PATCH] gre: Generic Routing Encapsulation package support

2014-08-03 Thread Steven Barth
tbh. we should get rid of that option network stuff. I merged it anyway at first so we can get some experience with this gre-integration. Normally you should use something like this instead: config interface mygre option proto 'gre' option ipaddr '203.0.113.2' option

Re: [OpenWrt-Devel] [PATCH] [luci] Improve spelling and grammar

2014-08-03 Thread Jo-Philipp Wich
Hi, can you extend the patch to update the corresponding strings in the *.po files as well? ~ Jow signature.asc Description: OpenPGP digital signature ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

Re: [OpenWrt-Devel] [PATCH][RFC] libubus: added max retry mechanism

2014-08-03 Thread Felix Fietkau
On 2014-08-01 18:01, Alexandru Ardelean wrote: Back with some findings. Please check this: https://github.com/commodo/ubus/commit/c601505a6b33aa208e1a3492d3ade5ae2d853899 That looks very wrong to me. If that triggers, you're leaking the fd. The current problem [high CPU usage] seems to

[OpenWrt-Devel] [PATCH] ar71xx: Add support for the WNDR3800CH

2014-08-03 Thread Dave Täht
From: Dave Taht dave.t...@bufferbloat.net Apparently this is a fairly common refurb unit of the 3800 series now, with merely the recognition string changed in the boot loader. Signed-off-by: Dave Taht dave.t...@bufferbloat.net --- target/linux/ar71xx/image/Makefile | 3 ++- 1 file changed, 2

[OpenWrt-Devel] [PATCH] gre: Generic Routing Encapsulation package support

2014-08-03 Thread Hans Dedecker
Main use case behind the network option is being able to add the ethernet gre interface to a bridge interface as a hotplug interface when the gre ethernet interface becomes active (as you cannot configure the gre(v6)tap interface in the uci bridge ifname option); therefore only the gretap and

[OpenWrt-Devel] [PATCH] [packages] util-linux: add blockdev

2014-08-03 Thread Matthew M. Dean
From: Matthew M. Dean firecu...@gmail.com Adds blockdev from the util-linux package to the menuconfig. The busybox blockdev does not support functions like setting read-ahead. Signed-off-by: Matthew M. Dean firecu...@gmail.com --- a/package/utils/util-linux/Makefile +++

[OpenWrt-Devel] [PATCH] kernel/3.1{3, 4}: fix IFF_NO_IP_ALIGN flag location

2014-08-03 Thread Sergey Ryazanov
Fix IFF_NO_IP_ALIGN location which is collide with new netdev private flag IFF_MACVLAN. Signed-off-by: Sergey Ryazanov ryazanov@gmail.com --- target/linux/generic/patches-3.13/721-phy_packets.patch | 2 +- target/linux/generic/patches-3.14/721-phy_packets.patch | 2 +- 2 files changed, 2

[OpenWrt-Devel] [PATCH] [package] dropbear: updated to version 2014.64

2014-08-03 Thread Alive4Ever
Integrate latest dropbear release to base system (2014.64) diff --git a/package/network/services/dropbear/Makefile b/package/network/services/dropbear/Makefile index b2bd8cc..d1f0cff 100644 --- a/package/network/services/dropbear/Makefile +++ b/package/network/services/dropbear/Makefile @@ -8,14

Re: [OpenWrt-Devel] [PATCH] gre: Generic Routing Encapsulation package support

2014-08-03 Thread Baptiste Jonglez
On Sun, Aug 03, 2014 at 11:37:51AM +0200, Steven Barth wrote: tbh. we should get rid of that option network stuff. I merged it anyway at first so we can get some experience with this gre-integration. Normally you should use something like this instead: config interface mygre option