summaryrefslogtreecommitdiff
path: root/package/busybox
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2011-10-27 00:23:16 +0000
committerJo-Philipp Wich <jow@openwrt.org>2011-10-27 00:23:16 +0000
commit219d772ce89181ba4a55f842e106075fb7fad568 (patch)
treee3f2e8719711c7121b2540bf85c71b0ced1d8f24 /package/busybox
parent272d95f0f1445053b0e3c316e703d1ca744dc85a (diff)
downloadmtk-20170518-219d772ce89181ba4a55f842e106075fb7fad568.zip
mtk-20170518-219d772ce89181ba4a55f842e106075fb7fad568.tar.gz
mtk-20170518-219d772ce89181ba4a55f842e106075fb7fad568.tar.bz2
busybox: disable rdate, enable ntpd by default
SVN-Revision: 28613
Diffstat (limited to 'package/busybox')
-rw-r--r--package/busybox/Makefile2
-rw-r--r--package/busybox/config/networking/Config.in4
-rw-r--r--package/busybox/config/util-linux/Config.in2
3 files changed, 4 insertions, 4 deletions
diff --git a/package/busybox/Makefile b/package/busybox/Makefile
index f289401..9e991c3 100644
--- a/package/busybox/Makefile
+++ b/package/busybox/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=busybox
PKG_VERSION:=1.19.2
-PKG_RELEASE:=2
+PKG_RELEASE:=3
PKG_FLAGS:=essential
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
diff --git a/package/busybox/config/networking/Config.in b/package/busybox/config/networking/Config.in
index ca98157..a70dd07 100644
--- a/package/busybox/config/networking/Config.in
+++ b/package/busybox/config/networking/Config.in
@@ -742,14 +742,14 @@ config BUSYBOX_CONFIG_NSLOOKUP
config BUSYBOX_CONFIG_NTPD
bool "ntpd"
- default n
+ default y
select BUSYBOX_CONFIG_PLATFORM_LINUX
help
The NTP client/server daemon.
config BUSYBOX_CONFIG_FEATURE_NTPD_SERVER
bool "Make ntpd usable as a NTP server"
- default n
+ default y
depends on BUSYBOX_CONFIG_NTPD
help
Make ntpd usable as a NTP server. If you disable this option
diff --git a/package/busybox/config/util-linux/Config.in b/package/busybox/config/util-linux/Config.in
index 56e8035..14d4777 100644
--- a/package/busybox/config/util-linux/Config.in
+++ b/package/busybox/config/util-linux/Config.in
@@ -600,7 +600,7 @@ config BUSYBOX_CONFIG_PIVOT_ROOT
config BUSYBOX_CONFIG_RDATE
bool "rdate"
- default y
+ default n
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