diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-06-19 12:10:38 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-06-19 12:10:38 +0200 |
commit | f3b92d385695aecefd93d5f199be1f64270c2687 (patch) | |
tree | 5d6b2308ceafea6040bd78ea8401a91eb65d376b /console-tools | |
parent | e2e4cc249dc1bd4b280846f55a36208674eadd55 (diff) | |
download | busybox-w32-f3b92d385695aecefd93d5f199be1f64270c2687.tar.gz busybox-w32-f3b92d385695aecefd93d5f199be1f64270c2687.tar.bz2 busybox-w32-f3b92d385695aecefd93d5f199be1f64270c2687.zip |
getopt: FEATURE_GETOPT_LONG for -l; rename GETOPT_LONG to LONG_OPTS
Signed-off-by: Colin Watson <cjwatson@ubuntu.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'console-tools')
-rw-r--r-- | console-tools/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/console-tools/Config.in b/console-tools/Config.in index 994140b79..cd0a9310e 100644 --- a/console-tools/Config.in +++ b/console-tools/Config.in | |||
@@ -91,7 +91,7 @@ config SETCONSOLE | |||
91 | config FEATURE_SETCONSOLE_LONG_OPTIONS | 91 | config FEATURE_SETCONSOLE_LONG_OPTIONS |
92 | bool "Enable long options" | 92 | bool "Enable long options" |
93 | default n | 93 | default n |
94 | depends on SETCONSOLE && GETOPT_LONG | 94 | depends on SETCONSOLE && LONG_OPTS |
95 | help | 95 | help |
96 | Support long options for the setconsole applet. | 96 | Support long options for the setconsole applet. |
97 | 97 | ||