Re: [OpenWrt-Devel] [PATCH] list: remove double freeing of section

2015-01-06 Thread Felix Fietkau
On 2015-01-06 08:23, yegorsli...@googlemail.com wrote: > From: Yegor Yefremov > > This error was reported by cppcheck. Compile tested only. > > Signed-off-by: Yegor Yefremov > --- > list.c |1 - > 1 files changed, 0 insertions(+), 1 deletions(-) > > diff --git a/list.c b/list.c > index 0d

Re: [OpenWrt-Devel] [PATCH] base-files: Enhancements to /etc/profile.

2015-01-06 Thread Felix Fietkau
On 2014-12-25 02:28, Vittorio G (VittGam) wrote: > - Update terminal window title with current directory and hostname like on > Ubuntu. > - Add an optional colored prompt, in case user wants to enable it. > - Add ll, an useful alias to ls. > > Signed-off-by: Vittorio Gambaletta This is a matter

Re: [OpenWrt-Devel] [PATCH] list: remove double freeing of section

2015-01-06 Thread Yegor Yefremov
On Tue, Jan 6, 2015 at 12:12 PM, Felix Fietkau wrote: > On 2015-01-06 08:23, yegorsli...@googlemail.com wrote: >> From: Yegor Yefremov >> >> This error was reported by cppcheck. Compile tested only. >> >> Signed-off-by: Yegor Yefremov >> --- >> list.c |1 - >> 1 files changed, 0 insertions(

Re: [OpenWrt-Devel] [PATCH][ar71xx] Mikrotik Routerboard RB2011 switch fix

2015-01-06 Thread Chris Green
On Fri, Jan 02, 2015 at 09:35:26PM -0500, Soren Harward wrote: > On Fri, Jan 2, 2015 at 8:24 AM, Chris Green wrote: > > While I'm here, how do I build a sysupgrade.bin image? I'm getting > > tired of doing bootp/tftp installs! > > AFAIK, MikroTik's don't have a sysupgrade path, probably becau

Re: [OpenWrt-Devel] [PATCH] firewall3: fix left shift on 64 bit systems in fw3_bitlen2netmask

2015-01-06 Thread Yousong Zhou
On 5 January 2015 at 22:58, Ulrich Weber wrote: > otherwise 0.0.0.0/0 is set as 0.0.0.0/255.255.255.255 on x86_64 > > Signed-off-by: Ulrich Weber > --- > utils.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/utils.c b/utils.c > index 71a0f13..b2fbe02 100644 > --- a/uti

Re: [OpenWrt-Devel] [PATCH] base-files: Enhancements to /etc/profile.

2015-01-06 Thread Vittorio G (VittGam)
Il 06.01.2015 12:18 Felix Fietkau ha scritto: On 2014-12-25 02:28, Vittorio G (VittGam) wrote: - Update terminal window title with current directory and hostname like on Ubuntu. - Add an optional colored prompt, in case user wants to enable it. - Add ll, an useful alias to ls. Signed-off-by: V

Re: [OpenWrt-Devel] Plans for procd

2015-01-06 Thread Mats Karrman
Hi Luka, On 2015-01-05 22:25, Luka Perkov wrote: Hi Mats, On Mon, Jan 05, 2015 at 02:57:26PM +0100, Mats Karrman wrote: Are there any written down target definition for the procd, i.e. what functionality it is supposed to contain? Not that I am aware of. Specifically; are there any plans to

Re: [OpenWrt-Devel] Plans for procd

2015-01-06 Thread Karl Palsson
Mats Karrman wrote: > I have been looking at LXC and CGmanager but I think I'm after something > even more lightweight. I have currently no need for the whole > virtualization > thing, more something in the line of the ability to by configuration > divide > processes into a set of fixed groups an

[OpenWrt-Devel] procd limits usage

2015-01-06 Thread Karl Palsson
Hi, I'm trying out using procd to kill/restart processes that use too much memory, using the "limits" feature added in https://lists.openwrt.org/pipermail/openwrt-devel/2013-December/022793.html and I've confirmed that it's available in the BB branch procd that I'm testing against. My init script

[OpenWrt-Devel] [PATCH, RESEND] package/binutils: actually support the target toolchain

2015-01-06 Thread Harald Geyer
This fixes a bug, where ld on ARM EABI platforms expects OABI code. Signed-off-by: Harald Geyer --- Resending as I didn't get many comments the first time. This has been tested by me on mxs and by nwf on kirkwood. package/devel/binutils/Makefile |2 ++ 1 files changed, 2 insertions(+), 0 de