Re: [LEDE-DEV] Release planning

2016-12-23 Thread Alberto Bursi
> On 2016-12-21 20:13, Jo-Philipp Wich wrote: > - Are there any outstanding changes? >Is there important changes we should wait for before branching the >release? Is there pending stuff in the staging trees which should >absolutely go into the first release? > Imho an important issue t

Re: [LEDE-DEV] [OpenWrt-Users] [OpenWrt-Devel] Talks between OpenWrt and LEDE

2016-12-23 Thread Sergio Zanchetta
2016-12-23 14:19 GMT+01:00 Tobias Welz : > > Hello, > > out of curiosity: why is LibreOffice a failure of name change. > > Other projects did that as well - The team (all - beside the owner AFAIK) of > OpenElec made a new fork LibreElec. Companies do this also rename products > from time to time,

Re: [LEDE-DEV] [PATCH] ar71xx: prepare jffs2 partition properly in factory.bin for BHR-4GRV2

2016-12-23 Thread Naoki FUKAUMI
hi what's the current status? On Fri, Dec 9, 2016 at 5:53 PM, FUKAUMI Naoki wrote: > "pad-rootfs" is required just after "append-rootfs". > > Signed-off-by: FUKAUMI Naoki > --- > target/linux/ar71xx/image/generic.mk | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/targe

Re: [LEDE-DEV] [PATCH 3/3] bcm53xx: build factory images for WZR-900DHP series

2016-12-23 Thread Naoki FUKAUMI
hi thank you for your review! On Tue, Dec 20, 2016 at 5:10 PM, Mathias Kresin wrote: > Please split the whole block into single Build defines. This way we you can > reuse the build steps for the WSR-1166DHP/WSR-1166DHP2 for example instead > of adding the same chain of commands again. > > Person

[LEDE-DEV] [PATCH netifd] system-linux: Don't set gre tunnel ttl by default to 64 (#FS312)

2016-12-23 Thread Hans Dedecker
As the ttl of a gre tunnel was set by default to 64 the gre tunnel failed to get active if don't fragment was disabled as setting nopmtudisc and ttl is incompatible. Fix this by setting the default ttl value after don't fragment and ttl config values have been parsed. Signed-off-by: Hans Dedecker

[LEDE-DEV] [PATCH netifd v2] proto: allow configuring deprecated static IPv6 addresses

2016-12-23 Thread Matthias Schiffer
Add a new boolean attribute ip6deprecated to the static protocol which can be used to mark IPv6 addresses as deprecated (i.e., set the preferred lifetime to 0). This is useful to configure addresses that may be used for incoming, but not for outgoing connections unless bound explicitly. Signed-off

[LEDE-DEV] subversive idea for cert alerts

2016-12-23 Thread Dave Taht
I think a cool subversive thing people could do would be to have a set of stickers we could apply to routers in a retailer that had a LARGE WARNING label pointing to the relevant cert alert - and including steerage to a public firmware like lede that fixed the problem for that model. http://forums

Re: [LEDE-DEV] subversive idea for cert alerts

2016-12-23 Thread Alberto Bursi
On 12/24/2016 12:21 AM, Dave Taht wrote: > I think a cool subversive thing people could do would be to have a set > of stickers we could apply to routers in a retailer that had a LARGE > WARNING label pointing to the relevant cert alert - and including > steerage to a public firmware like lede that

Re: [LEDE-DEV] subversive idea for cert alerts

2016-12-23 Thread Dave Taht
On Fri, Dec 23, 2016 at 3:59 PM, Alberto Bursi wrote: > On 12/24/2016 12:21 AM, Dave Taht wrote: >> I think a cool subversive thing people could do would be to have a set >> of stickers we could apply to routers in a retailer that had a LARGE >> WARNING label pointing to the relevant cert alert -

Re: [LEDE-DEV] Release planning

2016-12-23 Thread Florian Fainelli
Hi, Le 12/21/16 à 11:13, Jo-Philipp Wich a écrit : > # Open questions > > - Are there any outstanding changes? > > Is there important changes we should wait for before branching the > release? Is there pending stuff in the staging trees which should > absolutely go into the first release?

[LEDE-DEV] [PATCH 0/4] rb532: Fixes and update to 4.4

2016-12-23 Thread Florian Fainelli
Hi all, This patch series contains rb532 fixes and updates to the 4.4 kernel Thanks Florian Fainelli (4): rb532: Fix initramfs kernel images rb532: Add support for kernel 4.4 rb532: Backport fix to resolve oops during korina_restart rb532: Switch to kernel 4.4 target/linux/rb532/Makefi

[LEDE-DEV] [PATCH 4/4] rb532: Switch to kernel 4.4

2016-12-23 Thread Florian Fainelli
Signed-off-by: Florian Fainelli --- target/linux/rb532/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/rb532/Makefile b/target/linux/rb532/Makefile index 9033eb4637d4..5b37f6072e23 100644 --- a/target/linux/rb532/Makefile +++ b/target/linux/rb532/Makefile

[LEDE-DEV] [PATCH 2/4] rb532: Add support for kernel 4.4

2016-12-23 Thread Florian Fainelli
Signed-off-by: Florian Fainelli --- target/linux/rb532/config-4.4 | 147 + .../linux/rb532/patches-4.4/001-cmdline_hack.patch | 20 +++ .../rb532/patches-4.4/002-rb532_nand_fixup.patch | 47 +++ ...tion_info-rename-rootfs-to-rootfs_onboard.patch |

[LEDE-DEV] [PATCH 3/4] rb532: Backport fix to resolve oops during korina_restart

2016-12-23 Thread Florian Fainelli
Signed-off-by: Florian Fainelli --- .../patches-4.4/100-korina_fix_napi_disable.patch | 56 ++ 1 file changed, 56 insertions(+) create mode 100644 target/linux/rb532/patches-4.4/100-korina_fix_napi_disable.patch diff --git a/target/linux/rb532/patches-4.4/100-korina_fix_na

[LEDE-DEV] [PATCH 1/4] rb532: Fix initramfs kernel images

2016-12-23 Thread Florian Fainelli
The generic lzma-loader uses vmlinux.lzma as an input to compress so we need to provide a lzma compressed version of the initramfs kernel. Signed-off-by: Florian Fainelli --- target/linux/rb532/image/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/rb532/