firmware/src/packages/fff/fff-timeserver/files/etc/uci-defaults/51-fff-timeserver
Adrian Schmutzler d237fe5598 fff-timeserver: remove -q from uci and drop unused library source
Do not suppress errors from uci command without a reason.

While at it, remove unused sourcing of library. This is a left-over
from the transition to KeyXchangeV2.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Reviewed-by: Fabian Bläse <fabian@blaese.de>
2020-05-05 13:44:30 +02:00

8 lines
148 B
Plaintext

# No initialization here, this is done in configurehood
uci set "system.@system[0].timezone=CET-1CEST,M3.5.0,M10.5.0/3"
uci commit system
exit 0