[LEDE-DEV] [PATCH] odhcpd: Replace strerror(errno) with %m format

2017-12-16 Thread Rosen Penev
Saves a few bytes. Signed-off-by: Rosen Penev --- src/config.c | 2 +- src/dhcpv4.c | 6 ++ src/dhcpv6.c | 6 ++ src/ndp.c | 7 +++ src/netlink.c | 4 ++-- src/odhcpd.c | 4 ++-- src/router.c | 5 ++--- src/ubus.c| 2 +- 8 files changed, 15 insertions(+), 21 deletions(-)

[LEDE-DEV] [PATCH v2] kernel: bump 4.4 to 4.4.105 fixed and bump to 4.4.106 for 17.01

2017-12-16 Thread Etienne Haarsma
Refreshed all patches. Made the following patch for Mediatek and Oxnas compatible with kernel 4.4.106: 0072-mtd-backport-v4.7-0day-patches-from-Boris.patch Compile-tested: ar71xx Run-tested: ar71xx Signed-off-by: Etienne Haarsma bladeoner...@gmail.com --- include/kernel-version.mk

Re: [LEDE-DEV] [PATCH] kernel: bump 4.4 to 4.4.105 for 17.01

2017-12-16 Thread Hauke Mehrtens
On 12/13/2017 09:05 PM, Etienne Haarsma wrote: > Refreshed all patches. > > Made the following patch for Mediatek and Oxnas compatible with kernel > 4.4.105: > 0072-mtd-backport-v4.7-0day-patches-from-Boris.patch > > Compile-tested: ar71xx > Run-tested: ar71xx > > Signed-off-by: Etienne Haarsma

Re: [LEDE-DEV] [PATCH 1/3] busybox: enable flock by default

2017-12-16 Thread Hauke Mehrtens
On 12/14/2017 10:53 PM, Roman Yeryomin wrote: > Signed-off-by: Roman Yeryomin Please extend your description, why you need flock and also do a small size comparison on one target between a busybox with the default config and the one with your patch applied. Hauke > --- > package/utils/busybox/

Re: [LEDE-DEV] firewall question

2017-12-16 Thread Mathias Kresin
15.12.2017 09:24, e9hack: Hi, I did set-up a openvpn server on my router. /etc/config/network contains the interface definition: config interface 'vpn' option proto 'none' option ifname 'tun1' In /etc/config/firewall, I've the following definitions related to vpn, lan and wan