[LEDE-DEV] [PATCH] image.mk: Generate cpiogz with root-owned files

2017-04-27 Thread Michal Sojka
Some files (e.g. /etc/dropbear) need to be owned by root. Add cpio option to ensure that. Other image types (at least targz and squashfs) already have this. Signed-off-by: Michal Sojka --- include/image.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/image.mk b/in

Re: [LEDE-DEV] [PATCH ubox v2] Add template support to logread

2017-04-27 Thread Henry Chang
According to the documentation, it needs a token as a credential in every single line of log. For example, the template for rsyslog is "<%pri%>%protocol-version% %timestamp:::date-rfc3339% %HOSTNAME% %app-name% %procid% %msgid% [TOKEN@41058 tag=\"TAG\"] %msg%\n" https://www.loggly.com/docs/rsyslo

Re: [LEDE-DEV] [PATCH ubox v2] Add template support to logread

2017-04-27 Thread Baptiste Jonglez
Hi, On Thu, Apr 27, 2017 at 04:33:31PM -0700, Henry Chang wrote: > Hi, > > I would like to integrate logd with a cloud logging service. > The service only accepts certain format of log, so I decided to make logread > support an output template. Can't this service use standard syslog messages?

Re: [LEDE-DEV] MT7621 support Jumbo frames

2017-04-27 Thread Mingyu Li
Hi Gaetano Catalli i change your mtk_eth_soc.c driver part. because mt7621 don't need to set FE_GDMA1_FWD_CFG register to enable jumbo frame. and keep MAX_RX_LENGTH because other chips need it. i also made a patch on github https://github.com/igvtee/source/commit/c4a660d991011e2c0e232758500d56faa

[LEDE-DEV] [PATCH ubox v2] logread: Add support for output template

2017-04-27 Thread Henry Chang
From: Henry Chang Signed-off-by: Henry Chang --- log/logread.c | 153 -- 1 file changed, 127 insertions(+), 26 deletions(-) diff --git a/log/logread.c b/log/logread.c index edac1d9..3e3406a 100644 --- a/log/logread.c +++ b/log/logread.c @

[LEDE-DEV] [PATCH ubox v2] Add template support to logread

2017-04-27 Thread Henry Chang
From: Henry Chang Hi, I would like to integrate logd with a cloud logging service. The service only accepts certain format of log, so I decided to make logread support an output template. Here's the usage: logread -T "%priority% %source% %message% %timestamp%" Currently supports 4 keywords:

[LEDE-DEV] OpenWrt Expertise & Advice

2017-04-27 Thread David Shapiro
Hi everyone - I was recommended by several people in #openwrt and #lede-dev to send an email, as this is the best way to get in touch with the community. Recently we have started porting an embedded application that was built on an OS-less environment. We are not newbies to OS based environments

[LEDE-DEV] [PATCH] Make GBit switch work on RB2011

2017-04-27 Thread Rene Mayrhofer
From: René Mayrhofer This change is required to make the GBit switch work on my Mikrotik Routerboard RB2011UiAS-RM, and I assume that the other RB2011 variants are exactly the same in terms of the switch. I have tested the board without and with the patch and confirm that the GBit ports are no

[LEDE-DEV] [PATCH] Make GBit switch work on RB2011

2017-04-27 Thread Rene Mayrhofer
From: René Mayrhofer This change is required to make the GBit switch work on my Mikrotik Routerboard RB2011UiAS-RM, and I assume that the other RB2011 variants are exactly the same in terms of the switch. I have tested the board without and with the patch and confirm that the GBit ports are no

Re: [LEDE-DEV] [OpenWrt-Devel] Test results of OpenWrt 15.05.1 according to BSI test concept for home routers

2017-04-27 Thread Nemesis
On 04/26/2017 10:23 PM, Eric Schultz wrote: > On 04/08/2017 11:38 AM, Hauke Mehrtens wrote: > >> The German Bundesamt für Sicherheit in der Informationstechnik (short: >> BSI, English: Federal Office for Information Security) published a >> "Testkonzept für Breitband-Router (DSL-, Kabel-, SOHO-, C

Re: [LEDE-DEV] [PATCH mdns 3/3] Ignore timeout in service_reply()

2017-04-27 Thread Cristian Morales Vega
On 26 April 2017 at 09:45, Cristian Morales Vega wrote: > Signed-off-by: Cristian Morales Vega > --- > service.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/service.c b/service.c > index ca70274..e4cc4b5 100644 > --- a/service.c > +++ b/service.c > @@ -148,7 +148,7 @