Browse Source

enable some needed tools by default again

Waldemar Brodkorb 14 years ago
parent
commit
706b94b351

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

@@ -471,7 +471,7 @@ config BUSYBOX_READLINK
 
 config BUSYBOX_FEATURE_READLINK_FOLLOW
 	bool "Enable canonicalization by following all symlinks (-f)"
-	default n
+	default y
 	depends on BUSYBOX_READLINK
 	help
 	  Enable the readlink option (-f).

+ 2 - 2
package/busybox/config/debianutils/Config.in

@@ -19,7 +19,7 @@ config BUSYBOX_PIPE_PROGRESS
 
 config BUSYBOX_RUN_PARTS
 	bool "run-parts"
-	default n
+	default y
 	help
 	  run-parts is a utility designed to run all the scripts in a directory.
 
@@ -75,7 +75,7 @@ config BUSYBOX_FEATURE_START_STOP_DAEMON_LONG_OPTIONS
 
 config BUSYBOX_WHICH
 	bool "which"
-	default n
+	default y
 	help
 	  which is used to find programs in your PATH and
 	  print out their pathnames.

+ 2 - 2
package/busybox/config/findutils/Config.in

@@ -214,7 +214,7 @@ config BUSYBOX_FEATURE_GREP_CONTEXT
 
 config BUSYBOX_XARGS
 	bool "xargs"
-	default n
+	default y
 	help
 	  xargs is used to execute a specified command for
 	  every item from standard input.
@@ -244,7 +244,7 @@ config BUSYBOX_FEATURE_XARGS_SUPPORT_TERMOPT
 
 config BUSYBOX_FEATURE_XARGS_SUPPORT_ZERO_TERM
 	bool "Enable -0: NUL-terminated input"
-	default n
+	default y
 	depends on BUSYBOX_XARGS
 	help
 	  Support -0: input items are terminated by a NUL character

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

@@ -117,7 +117,7 @@ config BUSYBOX_FDFORMAT
 
 config BUSYBOX_FDISK
 	bool "fdisk"
-	default n
+	default y
 	help
 	  The fdisk utility is used to divide hard disks into one or more
 	  logical disks, which are generally called partitions. This utility

+ 1 - 0
package/cfgfs/Config.in

@@ -3,6 +3,7 @@ config ADK_PACKAGE_CFGFS
 	tristate
 	select BUSYBOX_COMM
 	select BUSYBOX_MD5SUM
+	select BUSYBOX_XARGS
 	select BUSYBOX_FEATURE_SORT_BIG
 	depends on \
 		ADK_LINUX_X86_ALIX1C || \