$(TOUCH)
+ifeq ($(BOXSERIES), hd2)
+DEFAULT_TZ="CET-1CEST,M3.5.0,M10.5.0/3"
+else
+DEFAULT_TZ="CET"
+endif
TZDATA_ZONELIST = \
africa antarctica asia australasia europe northamerica \
southamerica etcetera backward factory
test -e zoneinfo/$$x || echo "WARNING: timezone $$x not found."; \
done; \
cp -ar zoneinfo $(TARGETPREFIX)/share/
+ echo ${DEFAULT_TZ} > $(TARGETPREFIX)/etc/timezone
+ ln -sf /usr/share/zoneinfo/CET /etc/localtime
+ifeq ($(BOXSERIES), hd2)
+ echo ${DEFAULT_TZ} > $(TARGETPREFIX)/etc/TZ
+endif
install -m 0644 $(PATCHES)/timezone.xml $(TARGETPREFIX)/etc/
$(REMOVE)/timezone
$(TOUCH)