diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-05-30 05:32:35 -0500 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-05-30 05:32:35 -0500 |
commit | 88d86d220c99dcfd2f71be5679ad99193e334e57 (patch) | |
tree | 103edbd22ee461405035a0f1b61736d8f7296071 /package | |
parent | 77627bba9e09ddd002a6e96a0dba9df35d507205 (diff) |
use busybox rdate for adktest
Diffstat (limited to 'package')
-rw-r--r-- | package/adktest/Makefile | 3 | ||||
-rw-r--r-- | package/busybox/config/util-linux/Config.in | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/package/adktest/Makefile b/package/adktest/Makefile index 7f155748e..e974d4275 100644 --- a/package/adktest/Makefile +++ b/package/adktest/Makefile @@ -5,9 +5,8 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= adktest PKG_VERSION:= 0.1 -PKG_RELEASE:= 8 +PKG_RELEASE:= 9 PKG_DESCR:= helper tools and scripts for qemu testing -PKG_DEPENDS:= rdate PKG_SECTION:= base/misc PKG_URL:= http://openadk.org/ diff --git a/package/busybox/config/util-linux/Config.in b/package/busybox/config/util-linux/Config.in index b710555fa..04e049668 100644 --- a/package/busybox/config/util-linux/Config.in +++ b/package/busybox/config/util-linux/Config.in @@ -626,7 +626,7 @@ config BUSYBOX_PIVOT_ROOT config BUSYBOX_RDATE bool "rdate" depends on !BUSYBOX_DISABLE_RDATE - default n + default y help The rdate utility allows you to synchronize the date and time of your system clock with the date and time of a remote networked system using |