firmware/src/packages/fff/fff-autoconfig/files/etc/uci-defaults/99-autoconfigl3
Christian Dresel b94f2ee10e Add package fff-autoconfig
This package configure the router automaticaly

Signed-off-by: Christian Dresel <freifunk@dresel.systems>
2020-12-31 15:05:35 +01:00

7 lines
101 B
Plaintext

if ! uci -q get fff.autol3 > /dev/null ; then
uci set fff.autol3=autol3
uci commit fff
fi
exit 0;