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 | e4b534024d6dc903ef48628dda1203d0d7c5bfcb (patch) | |
| tree | ba49fd16483f827b8e6ddbf328c49a43b91c2d05 /openwrt/package/busybox/config/debianutils | |
| parent | 2ac4ac0fcaa8057735319dd2c99f57435c1141ae (diff) | |
| download | mtk-20170518-e4b534024d6dc903ef48628dda1203d0d7c5bfcb.zip mtk-20170518-e4b534024d6dc903ef48628dda1203d0d7c5bfcb.tar.gz mtk-20170518-e4b534024d6dc903ef48628dda1203d0d7c5bfcb.tar.bz2 | |
update busybox menuconfig to 1.1.1, should fix the "missing reboot" bug
SVN-Revision: 3587
Diffstat (limited to 'openwrt/package/busybox/config/debianutils')
| -rw-r--r-- | openwrt/package/busybox/config/debianutils/Config.in | 7 |
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 b62499e..71f2bf3 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 |
