diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-11-17 01:11:56 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-11-17 01:11:56 +0000 |
commit | 5e36196651a14dd0588c9952698d8d68cdd44f1a (patch) | |
tree | 30d28602efd4bb08a4296f7b9fb9d504cc14602f /package/busybox/Makefile | |
parent | e12543a1d7035bd90b7b3ac19e12f63c6423ecdb (diff) | |
download | mtk-20170518-5e36196651a14dd0588c9952698d8d68cdd44f1a.zip mtk-20170518-5e36196651a14dd0588c9952698d8d68cdd44f1a.tar.gz mtk-20170518-5e36196651a14dd0588c9952698d8d68cdd44f1a.tar.bz2 |
busybox: add a "date -k" to set the kernel timezone from the current localtime utc offset
SVN-Revision: 29203
Diffstat (limited to 'package/busybox/Makefile')
-rw-r--r-- | package/busybox/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/busybox/Makefile b/package/busybox/Makefile index 7770a53..2a92d57 100644 --- a/package/busybox/Makefile +++ b/package/busybox/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=busybox PKG_VERSION:=1.19.3 -PKG_RELEASE:=7 +PKG_RELEASE:=8 PKG_FLAGS:=essential PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 |