summaryrefslogtreecommitdiff
path: root/TODO_config_nommu
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-04-10 23:03:30 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2007-04-10 23:03:30 +0000
commit80d14beae9ebe64d3be1e6c2771f292977cf6d2c (patch)
treed0dd803ca8b6c70521895fd5ec71ef532861b8e4 /TODO_config_nommu
parent89054964443b5cb14cba673b86306f534810404a (diff)
downloadbusybox-w32-80d14beae9ebe64d3be1e6c2771f292977cf6d2c.tar.gz
busybox-w32-80d14beae9ebe64d3be1e6c2771f292977cf6d2c.tar.bz2
busybox-w32-80d14beae9ebe64d3be1e6c2771f292977cf6d2c.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
Diffstat (limited to 'TODO_config_nommu')
-rw-r--r--TODO_config_nommu4
1 files changed, 2 insertions, 2 deletions
diff --git a/TODO_config_nommu b/TODO_config_nommu
index 695ac1114..e6f6d9314 100644
--- a/TODO_config_nommu
+++ b/TODO_config_nommu
@@ -35,7 +35,7 @@ CONFIG_FEATURE_SYSLOG=y
35# CONFIG_FEATURE_SUID_CONFIG_QUIET is not set 35# CONFIG_FEATURE_SUID_CONFIG_QUIET is not set
36# CONFIG_FEATURE_HAVE_RPC is not set 36# CONFIG_FEATURE_HAVE_RPC is not set
37# CONFIG_SELINUX is not set 37# CONFIG_SELINUX is not set
38# CONFIG_FEATURE_EXEC_PREFER_APPLETS is not set 38# CONFIG_FEATURE_PREFER_APPLETS is not set
39CONFIG_BUSYBOX_EXEC_PATH="/proc/self/exe" 39CONFIG_BUSYBOX_EXEC_PATH="/proc/self/exe"
40 40
41# 41#
@@ -657,7 +657,7 @@ CONFIG_MSH=y
657# Bourne Shell Options 657# Bourne Shell Options
658# 658#
659CONFIG_FEATURE_SH_EXTRA_QUIET=y 659CONFIG_FEATURE_SH_EXTRA_QUIET=y
660# CONFIG_FEATURE_SH_STANDALONE_SHELL is not set 660# CONFIG_FEATURE_SH_STANDALONE is not set
661 661
662# 662#
663# System Logging Utilities 663# System Logging Utilities