[LEDE-DEV] odhcpd: [PATCH 2/3] remove superfluous log output.

2016-09-22 Thread Karl Palsson
From: Karl Palsson Drop pointless syslog. The single line just doubles the amount of lines logged to syslog without adding any value. Signed-off-by: Karl Palsson --- src/odhcpd.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/odhcpd.c b/src/odhcpd.c index c51cfa1..50f3c9f 100644 --- a

[LEDE-DEV] odhcpd: [PATCH 1/3] enable loglevel setting via envvar ODHCPD_LOG_LEVEL

2016-09-22 Thread Karl Palsson
From: Karl Palsson Currently the loglevel is hardcoded to LOG_WARNING, even though there is debug log messages. Allow an env var to control the log threshold. Signed-off-by: Karl Palsson --- src/odhcpd.c | 16 +++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/src/

[LEDE-DEV] odhcpd: [PATCH 3/3] Respect interface "ignore" settings as documented.

2016-09-22 Thread Karl Palsson
From: Karl Palsson The "ignore" option is correctly loaded. Actually observe it as documented. Signed-off-by: Karl Palsson --- src/config.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/config.c b/src/config.c index ef51112..a1b6ab7 100644 --- a/src/config.c

Re: [LEDE-DEV] [PATCH] cns3xxx: backport upstream SPI Flash partition sizes

2016-09-22 Thread Tim Harvey
On Thu, Sep 15, 2016 at 1:24 PM, Felix Fietkau wrote: > On 2016-09-15 20:27, Tim Harvey wrote: >> Felix, >> >> I like the 'idea' of using mtdsplit (very clean) however this break's >> the ability to downgrade firmware. If I take an old firmware image (a >> version of OpenWrt prior to cns3xxx movin

Re: [LEDE-DEV] [PATCH 0/3] Support for ldconfig on the target

2016-09-22 Thread Felix Fietkau
On 2016-09-22 02:16, Florian Fainelli wrote: > On 09/21/2016 12:48 PM, Felix Fietkau wrote: >> On 2016-09-21 20:13, Florian Fainelli wrote: >>> This patch series adds support for generating valid ld.so.cache which match >>> the >>> target architecture, without requiring a cross-compiled version of