Re: [LEDE-DEV] [PATCH] base-files: do not backup unchanged files

2017-11-23 Thread Luiz Angelo Daros de Luca
>> After applied, the list of files in backup in a fresh installation change >> from: >> to: >> >> root at LEDE:~# sysupgrade  -l >> /etc/config/dhcp >> /etc/config/firewall >> /etc/config/network >> /etc/config/system >> /etc/dropbear/dropbear_rsa_host_key >> > > Hi, > > when I set up  new device

Re: [LEDE-DEV] [PATCH] base-files: do not backup unchanged files

2017-11-23 Thread Luiz Angelo Daros de Luca
>> After applied, the list of files in backup in a fresh installation change >> from: >> to: >> >> root at LEDE:~# sysupgrade  -l >> /etc/config/dhcp >> /etc/config/firewall >> /etc/config/network >> /etc/config/system >> /etc/dropbear/dropbear_rsa_host_key >> > > Hi, > > when I set up  new device

[LEDE-DEV] Using older kernel in 17.01.4

2017-11-23 Thread Nishant Sharma
Hi, The bug in HFSC and SCH is big issue for us as we can't do QoS reliably. I had to rollback to OpenWrt 15.05.1 in order to resolve the issue. Is there a way where I could specify an older kernel version while building the firmware using source of 17.01.4? Thanks in advance for pointers.

[LEDE-DEV] [PATCH] kernel: Update kernel 4.4 to 4.4.100

2017-11-23 Thread Rosen Penev
Run-tested on ramips Signed-off-by: Rosen Penev --- include/kernel-version.mk| 4 ++-- .../ar71xx/patches-4.4/910-unaligned_access_hacks.patch | 6 +++--- target/linux/gemini/patches-4.4/150-gemini-pata.patch| 2 +- ...PS-store-the-appended-dtb-address-in-

Re: [LEDE-DEV] [PATCH 2/2] kernel: Update kernel 4.4 to 4.4.100

2017-11-23 Thread Hauke Mehrtens
On 11/23/2017 10:18 PM, Rosen Penev wrote: > Run-tested on ramips > > Signed-off-by: Rosen Penev > --- > .../ar71xx/patches-4.4/910-unaligned_access_hacks.patch | 6 +++--- > target/linux/gemini/patches-4.4/150-gemini-pata.patch| 2 +- > ...PS-store-the-appended-dtb-address-in-a-variable.

Re: [LEDE-DEV] [OpenWrt-Devel] State of Linux 4.14 in LEDE/OpenWrt?

2017-11-23 Thread Hauke Mehrtens
On 11/22/2017 07:14 PM, Shankar Unni wrote: > Just enquiring about the status of Linux 4.14 support for LEDE/OpenWrt, > now that it's been released and gone into the LTS phase (i.e. is it > being worked on by anyone currently?). > > Much thanks in advance, Hi Shankar, I am currently working on k

[LEDE-DEV] [PATCH 2/2] kernel: Update kernel 4.4 to 4.4.100

2017-11-23 Thread Rosen Penev
Run-tested on ramips Signed-off-by: Rosen Penev --- .../ar71xx/patches-4.4/910-unaligned_access_hacks.patch | 6 +++--- target/linux/gemini/patches-4.4/150-gemini-pata.patch| 2 +- ...PS-store-the-appended-dtb-address-in-a-variable.patch | 2 +- .../generic/pending-4.4/214-spidev_h_porta

[LEDE-DEV] [PATCH 1/2] tools/sstrip: Fix compile under standard linux.

2017-11-23 Thread Rosen Penev
bswap32 undefined is the issue. Added the proper header. Also fixed a few format/conversion warnings that clang complained about without -Wall or -Wextra. Signed-off-by: Rosen Penev --- tools/sstrip/src/sstrip.c | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/tools/

Re: [LEDE-DEV] [PATCH] kernel: bump 4.9 to 4.9.64

2017-11-23 Thread Christian Lamparter
On Thursday, November 23, 2017 4:14:42 PM CET Koen Vandeputte wrote: > Refreshed all patches > > Compile-tested: cns3xxx, imx6 > Runtime-tested: cns3xxx, imx6 runs on the MyBook Live (apm821xx) w/o a hitch. Tested-by: Christian Lamparter > Signed-off-by: Koen Vandeputte > --- __

Re: [LEDE-DEV] [PATCH] kernel: bump 4.9 to 4.9.64

2017-11-23 Thread Kevin Darbyshire-Bryant
> On 23 Nov 2017, at 15:14, Koen Vandeputte > wrote: > > Refreshed all patches > > Compile-tested: cns3xxx, imx6 > Runtime-tested: cns3xxx, imx6 > > Signed-off-by: Koen Vandeputte > --- > > Based on commit: "4e93ec1 kernel: i2c-piix4: fix dependency on TARGET_x86" > > > include/kernel-ve

[LEDE-DEV] [PATCH] kernel: bump 4.9 to 4.9.64

2017-11-23 Thread Koen Vandeputte
Refreshed all patches Compile-tested: cns3xxx, imx6 Runtime-tested: cns3xxx, imx6 Signed-off-by: Koen Vandeputte --- Based on commit: "4e93ec1 kernel: i2c-piix4: fix dependency on TARGET_x86" include/kernel-version.mk | 4 ++-- .../ramips/patches-4

Re: [LEDE-DEV] [PATCH] base-files: do not backup unchanged files

2017-11-23 Thread Moritz M
After applied, the list of files in backup in a fresh installation change from: to: root at LEDE:~# sysupgrade -l /etc/config/dhcp /etc/config/firewall /etc/config/network /etc/config/system /etc/dropbear/dropbear_rsa_host_key Hi, when I set up new devices I usually do an export of the ini

Re: [LEDE-DEV] odhcpd: possible regression in make DHCPv4 support compiletime configurable

2017-11-23 Thread Hans Dedecker
Hi, On Thu, Nov 23, 2017 at 6:38 AM, Eric Luehrsen wrote: > FS#1188 has been raised due to problems for optional build recipes in > "dhcpv4: make DHCPv4 support compiletime configurable" > (d80621fea5cafcdca3f7fe762fede374a66e4b2) because no odhcpd-full package is > build bot available. However,