From dba02bbacc94fe912936c32d07233203f3491216 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Mon, 24 Oct 2011 07:39:53 +0000 Subject: package/busybox: revert config defaults inadvertently changed in [28513] (thanks to Liu Yu Fei, Eric), bump release number SVN-Revision: 28547 --- package/busybox/config/console-tools/Config.in | 2 +- package/busybox/config/networking/Config.in | 2 +- package/busybox/config/util-linux/Config.in | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'package/busybox/config') diff --git a/package/busybox/config/console-tools/Config.in b/package/busybox/config/console-tools/Config.in index a4007cb69a..9069b0f1a1 100644 --- a/package/busybox/config/console-tools/Config.in +++ b/package/busybox/config/console-tools/Config.in @@ -129,7 +129,7 @@ config BUSYBOX_CONFIG_FEATURE_SETFONT_TEXTUAL_MAP config BUSYBOX_CONFIG_DEFAULT_SETFONT_DIR string "Default directory for console-tools files" - default n + default "" depends on BUSYBOX_CONFIG_SETFONT help Directory to use if setfont's params are simple filenames diff --git a/package/busybox/config/networking/Config.in b/package/busybox/config/networking/Config.in index 5cec9dc29e..ca9815757d 100644 --- a/package/busybox/config/networking/Config.in +++ b/package/busybox/config/networking/Config.in @@ -82,7 +82,7 @@ config BUSYBOX_CONFIG_PING config BUSYBOX_CONFIG_PING6 bool "ping6" - default n + default y depends on BUSYBOX_CONFIG_FEATURE_IPV6 && BUSYBOX_CONFIG_PING help This will give you a ping that can talk IPv6. diff --git a/package/busybox/config/util-linux/Config.in b/package/busybox/config/util-linux/Config.in index 14d4777bea..56e8035865 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 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 -- cgit v1.2.3