diff options
author | aldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-06-16 14:03:23 +0000 |
---|---|---|
committer | aldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-06-16 14:03:23 +0000 |
commit | dff2e91fd9d09e58d60427ecaacbb2a696f9142b (patch) | |
tree | c1d4f15c54806ca272deaafc7ab95e0cb3049d58 /Config.in | |
parent | bbd43854dfc44d3f8a8948b5fcfb0b986e57ad2f (diff) | |
download | busybox-w32-dff2e91fd9d09e58d60427ecaacbb2a696f9142b.tar.gz busybox-w32-dff2e91fd9d09e58d60427ecaacbb2a696f9142b.tar.bz2 busybox-w32-dff2e91fd9d09e58d60427ecaacbb2a696f9142b.zip |
- hide CONFIG_GETOPT_LONG for the 1.2.0 release. Turned on per default.
I will revisit this and make sure that run-parts and ifupdown are fixed; hdparm needs treatment too..
git-svn-id: svn://busybox.net/trunk/busybox@15406 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to '')
-rw-r--r-- | Config.in | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -104,11 +104,13 @@ config CONFIG_LOCALE_SUPPORT | |||
104 | busybox to support locale settings. | 104 | busybox to support locale settings. |
105 | 105 | ||
106 | config CONFIG_GETOPT_LONG | 106 | config CONFIG_GETOPT_LONG |
107 | bool "Enable support for --long-options" | 107 | bool |
108 | default n | 108 | default y |
109 | help | 109 | # bool "Enable support for --long-options" |
110 | Enable this if you want busybox applets to use the gnu --long-option | 110 | # default n |
111 | style, in addition to single character -a -b -c style options. | 111 | # help |
112 | # Enable this if you want busybox applets to use the gnu --long-option | ||
113 | # style, in addition to single character -a -b -c style options. | ||
112 | 114 | ||
113 | config CONFIG_FEATURE_DEVPTS | 115 | config CONFIG_FEATURE_DEVPTS |
114 | bool "Use the devpts filesystem for Unix98 PTYs" | 116 | bool "Use the devpts filesystem for Unix98 PTYs" |