Răsfoiți Sursa

package/busybox: revert config defaults inadvertently changed in [28513] (thanks to Liu Yu Fei, Eric), bump release number

SVN-Revision: 28547
Nicolas Thill 14 ani în urmă
părinte
comite
dba02bbacc

+ 2 - 2
package/busybox/Makefile

@@ -1,5 +1,5 @@
 # 
 # 
-# Copyright (C) 2006-2010 OpenWrt.org
+# Copyright (C) 2006-2011 OpenWrt.org
 #
 #
 # This is free software, licensed under the GNU General Public License v2.
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
 # See /LICENSE for more information.
@@ -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:=1
+PKG_RELEASE:=2
 PKG_FLAGS:=essential
 PKG_FLAGS:=essential
 
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2

+ 1 - 1
package/busybox/config/console-tools/Config.in

@@ -129,7 +129,7 @@ config BUSYBOX_CONFIG_FEATURE_SETFONT_TEXTUAL_MAP
 
 
 config BUSYBOX_CONFIG_DEFAULT_SETFONT_DIR
 config BUSYBOX_CONFIG_DEFAULT_SETFONT_DIR
 	string "Default directory for console-tools files"
 	string "Default directory for console-tools files"
-	default n
+	default ""
 	depends on BUSYBOX_CONFIG_SETFONT
 	depends on BUSYBOX_CONFIG_SETFONT
 	help
 	help
 	  Directory to use if setfont's params are simple filenames
 	  Directory to use if setfont's params are simple filenames

+ 1 - 1
package/busybox/config/networking/Config.in

@@ -82,7 +82,7 @@ config BUSYBOX_CONFIG_PING
 
 
 config BUSYBOX_CONFIG_PING6
 config BUSYBOX_CONFIG_PING6
 	bool "ping6"
 	bool "ping6"
-	default n
+	default y
 	depends on BUSYBOX_CONFIG_FEATURE_IPV6 && BUSYBOX_CONFIG_PING
 	depends on BUSYBOX_CONFIG_FEATURE_IPV6 && BUSYBOX_CONFIG_PING
 	help
 	help
 	  This will give you a ping that can talk IPv6.
 	  This will give you a ping that can talk IPv6.

+ 1 - 1
package/busybox/config/util-linux/Config.in

@@ -600,7 +600,7 @@ config BUSYBOX_CONFIG_PIVOT_ROOT
 
 
 config BUSYBOX_CONFIG_RDATE
 config BUSYBOX_CONFIG_RDATE
 	bool "rdate"
 	bool "rdate"
-	default n
+	default y
 	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