aboutsummaryrefslogtreecommitdiff
path: root/console-tools/Config.in
diff options
context:
space:
mode:
authorvda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-04-10 23:32:37 +0000
committervda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-04-10 23:32:37 +0000
commitcffcf1f5d26d0b01fcdbd03d179576e8dc06d68f (patch)
tree6b2f3cabea3c78a1f13a1beb30074881f643707d /console-tools/Config.in
parentaf0dfd1b9fbb1ba8ccba9f220018e6819180149e (diff)
downloadbusybox-w32-cffcf1f5d26d0b01fcdbd03d179576e8dc06d68f.tar.gz
busybox-w32-cffcf1f5d26d0b01fcdbd03d179576e8dc06d68f.tar.bz2
busybox-w32-cffcf1f5d26d0b01fcdbd03d179576e8dc06d68f.zip
random NOMMU fixes. compressed --help really does work for NOMMU! /me happy
git-svn-id: svn://busybox.net/trunk/busybox@18395 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'console-tools/Config.in')
-rw-r--r--console-tools/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/console-tools/Config.in b/console-tools/Config.in
index 4a5710de6..f82d4ce13 100644
--- a/console-tools/Config.in
+++ b/console-tools/Config.in
@@ -85,7 +85,7 @@ config SETCONSOLE
85config FEATURE_SETCONSOLE_LONG_OPTIONS 85config FEATURE_SETCONSOLE_LONG_OPTIONS
86 bool "Enable long options" 86 bool "Enable long options"
87 default n 87 default n
88 depends on SET_CONSOLE && GETOPT_LONG 88 depends on SETCONSOLE && GETOPT_LONG
89 help 89 help
90 Support long options for the setconsole applet. 90 Support long options for the setconsole applet.
91 91