diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-07-29 02:22:43 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-07-29 02:26:22 +0200 |
commit | 416f0405cb03ecc816b829d5a3d357a556b95fcd (patch) | |
tree | 1cc1a21ce3f1181d80d27292283e0b76fb321033 | |
parent | 3d615b8a4153d791164e44687831392fed26d9b4 (diff) | |
download | busybox-w32-416f0405cb03ecc816b829d5a3d357a556b95fcd.tar.gz busybox-w32-416f0405cb03ecc816b829d5a3d357a556b95fcd.tar.bz2 busybox-w32-416f0405cb03ecc816b829d5a3d357a556b95fcd.zip |
less: fix duplicate "depends on PLATFORM_LINUX". no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r-- | miscutils/Config.src | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/miscutils/Config.src b/miscutils/Config.src index e89e231e6..dbfd7a1a0 100644 --- a/miscutils/Config.src +++ b/miscutils/Config.src | |||
@@ -352,10 +352,6 @@ config LESS | |||
352 | bool "less" | 352 | bool "less" |
353 | default y | 353 | default y |
354 | depends on PLATFORM_LINUX | 354 | depends on PLATFORM_LINUX |
355 | depends on PLATFORM_LINUX | ||
356 | depends on PLATFORM_LINUX | ||
357 | depends on PLATFORM_LINUX | ||
358 | depends on PLATFORM_LINUX | ||
359 | help | 355 | help |
360 | 'less' is a pager, meaning that it displays text files. It possesses | 356 | 'less' is a pager, meaning that it displays text files. It possesses |
361 | a wide array of features, and is an improvement over 'more'. | 357 | a wide array of features, and is an improvement over 'more'. |
@@ -417,7 +413,7 @@ config FEATURE_LESS_LINENUMS | |||
417 | default y | 413 | default y |
418 | depends on FEATURE_LESS_DASHCMD | 414 | depends on FEATURE_LESS_DASHCMD |
419 | help | 415 | help |
420 | Enable "-N" command. | 416 | Enables "-N" command. |
421 | 417 | ||
422 | config HDPARM | 418 | config HDPARM |
423 | bool "hdparm" | 419 | bool "hdparm" |
@@ -484,15 +480,15 @@ config MAKEDEVS | |||
484 | help | 480 | help |
485 | 'makedevs' is a utility used to create a batch of devices with | 481 | 'makedevs' is a utility used to create a batch of devices with |
486 | one command. | 482 | one command. |
487 | . | 483 | |
488 | There are two choices for command line behaviour, the interface | 484 | There are two choices for command line behaviour, the interface |
489 | as used by LEAF/Linux Router Project, or a device table file. | 485 | as used by LEAF/Linux Router Project, or a device table file. |
490 | . | 486 | |
491 | 'leaf' is traditionally what busybox follows, it allows multiple | 487 | 'leaf' is traditionally what busybox follows, it allows multiple |
492 | devices of a particluar type to be created per command. | 488 | devices of a particluar type to be created per command. |
493 | e.g. /dev/hda[0-9] | 489 | e.g. /dev/hda[0-9] |
494 | Device properties are passed as command line arguments. | 490 | Device properties are passed as command line arguments. |
495 | . | 491 | |
496 | 'table' reads device properties from a file or stdin, allowing | 492 | 'table' reads device properties from a file or stdin, allowing |
497 | a batch of unrelated devices to be made with one command. | 493 | a batch of unrelated devices to be made with one command. |
498 | User/group names are allowed as an alternative to uid/gid. | 494 | User/group names are allowed as an alternative to uid/gid. |