Re: [OpenWrt-Devel] Custom init.d script switching LAN static -> dhcp triggers reload <-> hostapd race

2018-10-19 Thread Flavio Alves
Hi Rafal, In my opinion you should make this config in uci-defaults. That's pretty simple and can works as you want. Em sex, 14 de set de 2018 08:49, Rafał Miłecki escreveu: > My custom OpenWrt 18.06 builds have LAN interface configured as static: > > config interface lan > option ifnam

[OpenWrt-Devel] Custom init.d script switching LAN static -> dhcp triggers reload <-> hostapd race

2018-09-14 Thread Rafał Miłecki
My custom OpenWrt 18.06 builds have LAN interface configured as static: config interface lan option ifname 'eth0.1' option type 'bridge' option proto'static' option ipaddr '192.168.0.1' option netmask '255.255.255.0' Then I have a following i