summaryrefslogtreecommitdiffstats
path: root/openwrt/package/busybox/config/debianutils
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-04-04 19:24:40 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-04-04 19:24:40 +0000
commit9ce1fe9aaa459cf48fcb1e89537cbe0456d7dfac (patch)
treecae135e03dc5cc11abda8516b6f429b0c953afaa /openwrt/package/busybox/config/debianutils
parente5b8ab02efc65510bc96a79cd0015210e5ee7894 (diff)
update busybox menuconfig to 1.1.1, should fix the "missing reboot" bug
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3587 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/busybox/config/debianutils')
-rw-r--r--openwrt/package/busybox/config/debianutils/Config.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/openwrt/package/busybox/config/debianutils/Config.in b/openwrt/package/busybox/config/debianutils/Config.in
index b62499eb1..71f2bf38a 100644
--- a/openwrt/package/busybox/config/debianutils/Config.in
+++ b/openwrt/package/busybox/config/debianutils/Config.in
@@ -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