diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-04-04 19:24:40 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-04-04 19:24:40 +0000 |
commit | 42269e22a8b817e1e6bc2c9cbb2f03df31221458 (patch) | |
tree | 9442619c657a79b6331303a84093872acea9bf3d /package/busybox/config/debianutils | |
parent | c8892f410e533d04ded4f46c06c3c117ffd33e4e (diff) | |
download | upstream-42269e22a8b817e1e6bc2c9cbb2f03df31221458.tar.gz upstream-42269e22a8b817e1e6bc2c9cbb2f03df31221458.tar.bz2 upstream-42269e22a8b817e1e6bc2c9cbb2f03df31221458.zip |
update busybox menuconfig to 1.1.1, should fix the "missing reboot" bug
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3587 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/busybox/config/debianutils')
-rw-r--r-- | package/busybox/config/debianutils/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/package/busybox/config/debianutils/Config.in b/package/busybox/config/debianutils/Config.in index b62499eb1b..71f2bf38af 100644 --- a/package/busybox/config/debianutils/Config.in +++ b/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 |