fff-timeserver: add 'zonename' to config #101

Closed
adschm wants to merge 1 commits from adschm/firmware:timezone into master
2 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=fff-timeserver
PKG_RELEASE:=3
PKG_RELEASE:=4
include $(INCLUDE_DIR)/package.mk

View File

@ -1,6 +1,7 @@
# No initialization here, this is done in configurehood
uci set "system.@system[0].timezone=CET-1CEST,M3.5.0,M10.5.0/3"
uci set system.@system[0].zonename='Europe/Berlin'
uci set system.@system[0].timezone='CET-1CEST,M3.5.0,M10.5.0/3'
uci commit system