diff options
author | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-04-10 23:03:30 +0000 |
---|---|---|
committer | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-04-10 23:03:30 +0000 |
commit | af0dfd1b9fbb1ba8ccba9f220018e6819180149e (patch) | |
tree | d0dd803ca8b6c70521895fd5ec71ef532861b8e4 /Config.in | |
parent | ca47f469046173726e352cef459929bd27d132bd (diff) | |
download | busybox-w32-af0dfd1b9fbb1ba8ccba9f220018e6819180149e.tar.gz busybox-w32-af0dfd1b9fbb1ba8ccba9f220018e6819180149e.tar.bz2 busybox-w32-af0dfd1b9fbb1ba8ccba9f220018e6819180149e.zip |
Rename two config options:
FEATURE_SH_STANDALONE_SHELL => FEATURE_SH_STANDALONE
FEATURE_EXEC_PREFER_APPLETS => FEATURE_PREFER_APPLETS
Make SH_STANDALONE depend on PREFER_APPLETS.
getopt.c: more randomconfig-induced fixes
git-svn-id: svn://busybox.net/trunk/busybox@18394 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -238,7 +238,7 @@ config SELINUX | |||
238 | 238 | ||
239 | Most people will leave this set to 'N'. | 239 | Most people will leave this set to 'N'. |
240 | 240 | ||
241 | config FEATURE_EXEC_PREFER_APPLETS | 241 | config FEATURE_PREFER_APPLETS |
242 | bool "exec prefers applets" | 242 | bool "exec prefers applets" |
243 | default n | 243 | default n |
244 | help | 244 | help |
@@ -462,10 +462,10 @@ config INSTALL_APPLET_HARDLINKS | |||
462 | 462 | ||
463 | config INSTALL_APPLET_DONT | 463 | config INSTALL_APPLET_DONT |
464 | bool "not installed" | 464 | bool "not installed" |
465 | depends on FEATURE_INSTALLER || FEATURE_SH_STANDALONE_SHELL || FEATURE_EXEC_PREFER_APPLETS | 465 | depends on FEATURE_INSTALLER || FEATURE_SH_STANDALONE || FEATURE_PREFER_APPLETS |
466 | help | 466 | help |
467 | Do not install applet links. Useful when using the -install feature | 467 | Do not install applet links. Useful when using the -install feature |
468 | or a standalone shell for rescue pruposes. | 468 | or a standalone shell for rescue purposes. |
469 | 469 | ||
470 | endchoice | 470 | endchoice |
471 | 471 | ||