add busybox printf by default
[openwrt-10.03/.git] / package / busybox / config / coreutils / Config.in
index 49bdb894052aa93a75601d10acbbb274e7745c3c..299e060cc1412852d3646bbc89679978fddcd432 100644 (file)
@@ -112,7 +112,7 @@ config BUSYBOX_CONFIG_DF
 
 config BUSYBOX_CONFIG_DIRNAME
        bool "dirname"
-       default n
+       default y
        help
          dirname is used to strip a non-directory suffix from
          a file name.
@@ -200,7 +200,7 @@ config BUSYBOX_CONFIG_HEAD
 
 config BUSYBOX_CONFIG_FEATURE_FANCY_HEAD
        bool "  Enable head options (-c, -q, and -v)"
-       default n
+       default y
        depends on BUSYBOX_CONFIG_HEAD
        help
          This enables the head options (-c, -q, and -v).
@@ -214,7 +214,7 @@ config BUSYBOX_CONFIG_HOSTID
 
 config BUSYBOX_CONFIG_ID
        bool "id"
-       default n
+       default y
        help
          id displays the current user and group ID names.
 
@@ -337,7 +337,7 @@ config BUSYBOX_CONFIG_OD
 
 config BUSYBOX_CONFIG_PRINTF
        bool "printf"
-       default n
+       default y
        help
          printf is used to format and print specified strings.
          It's similar to `echo' except it has more options.