Re: [LEDE-DEV] [PATCH resend 3/3] hostapd: bump PKG_RELEASE

2017-12-06 Thread Stijn Tintel
On 14-11-17 21:41, Timo Sigurdsson wrote: > Increase PKG_RELEASE after latest changes to hostapd, so downstream > users can fetch updates via opkg. > You should have bumped PKG_RELEASE in the previous commit. I've done that in my staging tree. Thanks, Stijn

[LEDE-DEV] [PATCH] strace: Update to 4.20

2017-12-06 Thread Rosen Penev
Compiled and tested on mvebu. Mainly a kernel 4.14 change. Also reordered the Makefile a little bit. Signed-off-by: Rosen Penev --- package/devel/strace/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/package/devel/strace/Makefile

[LEDE-DEV] [PATCH] ar71xx: add support for Comfast CF-E312A V2

2017-12-06 Thread bmoff...@bmoffitt.com
The Comfast CF-E312A V2 is a 5 GHz radio with a built-in directional antenna, much like a Ubiquiti NanoStation M5. Specifiation: - SoC: AR9344 at 650 MHz - Flash: 16 MiB (W25Q128FVSG) - RAM: 64 MiB DDR2 (W9751G6KB) - Ethernet: 1 x WAN (100 Mbps) and 1 x LAN (100 Mbps) - Button: 1 x reset button,

Re: [LEDE-DEV] [PATCH] base-files: config_generate: keep ipv6 interface in sync

2017-12-06 Thread Daniel Golle
On Wed, Dec 06, 2017 at 05:58:18PM +0100, Matthias Schiffer wrote: > On 12/06/2017 12:40 AM, Roman Yeryomin wrote: > > On 2017-12-05 21:52, Hans Dedecker wrote: > >> On Tue, Dec 5, 2017 at 5:22 PM, Roman Yeryomin wrote: > >>> It's better not to configure ifname separately since

Re: [LEDE-DEV] [PATCH] base-files: config_generate: keep ipv6 interface in sync

2017-12-06 Thread Matthias Schiffer
On 12/06/2017 12:40 AM, Roman Yeryomin wrote: > On 2017-12-05 21:52, Hans Dedecker wrote: >> On Tue, Dec 5, 2017 at 5:22 PM, Roman Yeryomin wrote: >>> It's better not to configure ifname separately since they >>> are tied together. >>> >>> Signed-off-by: Roman Yeryomin

[LEDE-DEV] [PATCH v2] ramips: add support for Asus RT-N11P / RT-N12+ / RT-N12E b1

2017-12-06 Thread Zoltan HERPAI
This is a variant of the MT7620N-based Asus routers. Specifications: - MT7620N (580 MHz) - 32 MB RAM - 8 MB Flash - 5x 10/100Mbps Ethernet (built-in switch) - 2.4 GHz WLAN - 2x external, non-detachable antennas - UART (J2) header on PCB (115200 8n1) Flash instructions: 1. Configure PC with

Re: [LEDE-DEV] [PATCH odhcpd v2] dhcpv4: notify DHCP ACK and RELEASE via ubus

2017-12-06 Thread Hans Dedecker
On Tue, Nov 28, 2017 at 3:08 PM, Borja Salazar wrote: > if the ubus object has any subscription > notify DHCP ACK and DHCP RELEASE events > using ubus notifications. > > Signed-off-by: Borja Salazar > --- > src/dhcpv4.c | 16 >