1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-17 23:03:44 +02:00

[package] busybox: disable rdate, enable ntpd by default

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28613 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow 2011-10-27 00:23:16 +00:00
parent f8b2067e09
commit 073abf6b93
3 changed files with 4 additions and 4 deletions

View File

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=busybox PKG_NAME:=busybox
PKG_VERSION:=1.19.2 PKG_VERSION:=1.19.2
PKG_RELEASE:=2 PKG_RELEASE:=3
PKG_FLAGS:=essential PKG_FLAGS:=essential
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2

View File

@ -742,14 +742,14 @@ config BUSYBOX_CONFIG_NSLOOKUP
config BUSYBOX_CONFIG_NTPD config BUSYBOX_CONFIG_NTPD
bool "ntpd" bool "ntpd"
default n default y
select BUSYBOX_CONFIG_PLATFORM_LINUX select BUSYBOX_CONFIG_PLATFORM_LINUX
help help
The NTP client/server daemon. The NTP client/server daemon.
config BUSYBOX_CONFIG_FEATURE_NTPD_SERVER config BUSYBOX_CONFIG_FEATURE_NTPD_SERVER
bool "Make ntpd usable as a NTP server" bool "Make ntpd usable as a NTP server"
default n default y
depends on BUSYBOX_CONFIG_NTPD depends on BUSYBOX_CONFIG_NTPD
help help
Make ntpd usable as a NTP server. If you disable this option Make ntpd usable as a NTP server. If you disable this option

View File

@ -600,7 +600,7 @@ config BUSYBOX_CONFIG_PIVOT_ROOT
config BUSYBOX_CONFIG_RDATE config BUSYBOX_CONFIG_RDATE
bool "rdate" bool "rdate"
default y default n
help help
The rdate utility allows you to synchronize the date and time of your 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 system clock with the date and time of a remote networked system using