annoying initrd bug introduced by 2.6.17
[openwrt.git] / package / busybox / config / debianutils / Config.in
index 0157a6b..71f2bf3 100644 (file)
@@ -24,6 +24,13 @@ config BUSYBOX_CONFIG_READLINK
          This program reads a symbolic link and returns the name
          of the file it points to
 
+config BUSYBOX_CONFIG_FEATURE_READLINK_FOLLOW
+       bool "  Enable canonicalization by following all symlinks (-f)"
+       default n
+       depends on BUSYBOX_CONFIG_READLINK
+       help
+         Enable the readlink option (-f).
+
 config BUSYBOX_CONFIG_RUN_PARTS
        bool "run-parts"
        default n
@@ -41,7 +48,7 @@ config BUSYBOX_CONFIG_RUN_PARTS
 
 config BUSYBOX_CONFIG_START_STOP_DAEMON
        bool "start-stop-daemon"
-       default y
+       default n
        help
          start-stop-daemon is used to control the creation and
          termination of system-level processes, usually the ones
This page took 0.023958 seconds and 4 git commands to generate.