diff options
| author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-11-10 09:33:42 +0000 |
|---|---|---|
| committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-11-10 09:33:42 +0000 |
| commit | 4cfa5a27aaefc4c3c7a931c1808ea58f7c84bf94 (patch) | |
| tree | a2ce0228bdec9b927ca0ce3bc1ab1c93f32e0b89 /miscutils | |
| parent | f8a22575f7a4cdb537ea014c921da9e4cc4ebc57 (diff) | |
| download | busybox-w32-4cfa5a27aaefc4c3c7a931c1808ea58f7c84bf94.tar.gz busybox-w32-4cfa5a27aaefc4c3c7a931c1808ea58f7c84bf94.tar.bz2 busybox-w32-4cfa5a27aaefc4c3c7a931c1808ea58f7c84bf94.zip | |
build system: reorder less' options in config so that
they are properly indented
Diffstat (limited to 'miscutils')
| -rw-r--r-- | miscutils/Config.in | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/miscutils/Config.in b/miscutils/Config.in index 60b87c1e5..fc7333bb6 100644 --- a/miscutils/Config.in +++ b/miscutils/Config.in | |||
| @@ -160,7 +160,7 @@ config DEVFSD | |||
| 160 | "PERMISSIONS", "EXECUTE", "COPY", "IGNORE", | 160 | "PERMISSIONS", "EXECUTE", "COPY", "IGNORE", |
| 161 | "MKOLDCOMPAT", "MKNEWCOMPAT","RMOLDCOMPAT", "RMNEWCOMPAT". | 161 | "MKOLDCOMPAT", "MKNEWCOMPAT","RMOLDCOMPAT", "RMNEWCOMPAT". |
| 162 | 162 | ||
| 163 | But only if they are written UPPERCASE!!!!!!!! | 163 | But only if they are written UPPERCASE!!!!!!!! |
| 164 | 164 | ||
| 165 | config DEVFSD_MODLOAD | 165 | config DEVFSD_MODLOAD |
| 166 | bool "Adds support for MODLOAD keyword in devsfd.conf" | 166 | bool "Adds support for MODLOAD keyword in devsfd.conf" |
| @@ -300,14 +300,6 @@ config FEATURE_LESS_FLAGS | |||
| 300 | The -M flag enables a more sophisticated status line. | 300 | The -M flag enables a more sophisticated status line. |
| 301 | The -m flag enables a simpler status line with a percentage. | 301 | The -m flag enables a simpler status line with a percentage. |
| 302 | 302 | ||
| 303 | config FEATURE_LESS_DASHCMD | ||
| 304 | bool "Enable flag changes ('-' command)" | ||
| 305 | default n | ||
| 306 | depends on LESS | ||
| 307 | help | ||
| 308 | This enables the ability to change command-line flags within | ||
| 309 | less itself ('-' keyboard command). | ||
| 310 | |||
| 311 | config FEATURE_LESS_MARKS | 303 | config FEATURE_LESS_MARKS |
| 312 | bool "Enable marks" | 304 | bool "Enable marks" |
| 313 | default n | 305 | default n |
| @@ -322,13 +314,6 @@ config FEATURE_LESS_REGEXP | |||
| 322 | help | 314 | help |
| 323 | Enable regular expressions, allowing complex file searches. | 315 | Enable regular expressions, allowing complex file searches. |
| 324 | 316 | ||
| 325 | config FEATURE_LESS_LINENUMS | ||
| 326 | bool "Enable dynamic switching of line numbers" | ||
| 327 | default n | ||
| 328 | depends on FEATURE_LESS_DASHCMD | ||
| 329 | help | ||
| 330 | Enable "-N" command. | ||
| 331 | |||
| 332 | config FEATURE_LESS_WINCH | 317 | config FEATURE_LESS_WINCH |
| 333 | bool "Enable automatic resizing on window size changes" | 318 | bool "Enable automatic resizing on window size changes" |
| 334 | default n | 319 | default n |
| @@ -336,6 +321,21 @@ config FEATURE_LESS_WINCH | |||
| 336 | help | 321 | help |
| 337 | Makes less track window size changes. | 322 | Makes less track window size changes. |
| 338 | 323 | ||
| 324 | config FEATURE_LESS_DASHCMD | ||
| 325 | bool "Enable flag changes ('-' command)" | ||
| 326 | default n | ||
| 327 | depends on LESS | ||
| 328 | help | ||
| 329 | This enables the ability to change command-line flags within | ||
| 330 | less itself ('-' keyboard command). | ||
| 331 | |||
| 332 | config FEATURE_LESS_LINENUMS | ||
| 333 | bool "Enable dynamic switching of line numbers" | ||
| 334 | default n | ||
| 335 | depends on FEATURE_LESS_DASHCMD | ||
| 336 | help | ||
| 337 | Enable "-N" command. | ||
| 338 | |||
| 339 | config HDPARM | 339 | config HDPARM |
| 340 | bool "hdparm" | 340 | bool "hdparm" |
| 341 | default n | 341 | default n |
