diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-11-17 01:18:22 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-11-17 01:18:22 +0000 |
commit | 33443d2a8c3a202311751c6de72d7815d22f79f7 (patch) | |
tree | cf4f7b07852d4035b9e4a057fcb5858e6a6f1c04 /package/base-files/Makefile | |
parent | 5e36196651a14dd0588c9952698d8d68cdd44f1a (diff) | |
download | upstream-33443d2a8c3a202311751c6de72d7815d22f79f7.tar.gz upstream-33443d2a8c3a202311751c6de72d7815d22f79f7.tar.bz2 upstream-33443d2a8c3a202311751c6de72d7815d22f79f7.zip |
base-files: now that we have date -k, adjust the kernel timezone after setting up TZ and localtime
SVN-Revision: 29204
Diffstat (limited to 'package/base-files/Makefile')
-rw-r--r-- | package/base-files/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile index 61043c295a..b93d2cb402 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=base-files -PKG_RELEASE:=95 +PKG_RELEASE:=96 PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ PKG_BUILD_DEPENDS:=opkg/host |