summaryrefslogtreecommitdiffstats
path: root/config/busybox
diff options
context:
space:
mode:
authorLadislav Michl <ladis@linux-mips.org>2008-01-16 15:09:43 +0000
committerLadislav Michl <ladis@linux-mips.org>2008-01-16 15:09:43 +0000
commit7282f47aff47884c59b582770a5c380a0a48197a (patch)
treec9354606990c30b35ff0255ad05e7a7d6ae18a1d /config/busybox
parent613a19838009d5e5d7a7f7a00f1963707a9afff3 (diff)
downloadptxdist-7282f47aff47884c59b582770a5c380a0a48197a.tar.gz
ptxdist-7282f47aff47884c59b582770a5c380a0a48197a.tar.xz
Quiet "leading whitespace ignored" warnings caused by new busybox config.
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7710 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'config/busybox')
-rw-r--r--config/busybox/libbb/Config.in2
-rw-r--r--config/busybox/loginutils/Config.in2
-rw-r--r--config/busybox/miscutils/Config.in2
-rw-r--r--config/busybox/networking/Config.in2
-rw-r--r--config/busybox/sysklogd/Config.in2
5 files changed, 5 insertions, 5 deletions
diff --git a/config/busybox/libbb/Config.in b/config/busybox/libbb/Config.in
index 19c2d450f..c9d19fa93 100644
--- a/config/busybox/libbb/Config.in
+++ b/config/busybox/libbb/Config.in
@@ -14,7 +14,7 @@ config BB_CONFIG_PASSWORD_MINLEN
Minimum allowable password length.
config BB_CONFIG_MD5_SIZE_VS_SPEED
- int " MD5: Trade Bytes for Speed"
+ int "MD5: Trade Bytes for Speed"
default 2
range 0 3
help
diff --git a/config/busybox/loginutils/Config.in b/config/busybox/loginutils/Config.in
index a2ed4f55a..0fd986021 100644
--- a/config/busybox/loginutils/Config.in
+++ b/config/busybox/loginutils/Config.in
@@ -15,7 +15,7 @@ config BB_CONFIG_FEATURE_SHADOWPASSWDS
publicly readable.
config BB_CONFIG_USE_BB_SHADOW
- bool " Use busybox shadow password functions"
+ bool "Use busybox shadow password functions"
default y
depends on BB_CONFIG_USE_BB_PWD_GRP && BB_CONFIG_FEATURE_SHADOWPASSWDS
help
diff --git a/config/busybox/miscutils/Config.in b/config/busybox/miscutils/Config.in
index 94017906d..76be2a03a 100644
--- a/config/busybox/miscutils/Config.in
+++ b/config/busybox/miscutils/Config.in
@@ -112,7 +112,7 @@ config BB_CONFIG_DEVFSD_VERBOSE
Increases logging to stderr or syslog.
config BB_CONFIG_FEATURE_DEVFS
- bool " Use devfs names for all devices (obsolete)"
+ bool "Use devfs names for all devices (obsolete)"
default n
help
This is obsolete and will be going away at the end of 2008..
diff --git a/config/busybox/networking/Config.in b/config/busybox/networking/Config.in
index caaf54491..681c6aea8 100644
--- a/config/busybox/networking/Config.in
+++ b/config/busybox/networking/Config.in
@@ -593,7 +593,7 @@ config BB_CONFIG_NETSTAT
netstat prints information about the Linux networking subsystem.
config BB_CONFIG_FEATURE_NETSTAT_WIDE
- bool " Enable wide netstat output"
+ bool "Enable wide netstat output"
default n
depends on BB_CONFIG_NETSTAT
help
diff --git a/config/busybox/sysklogd/Config.in b/config/busybox/sysklogd/Config.in
index 518210173..5ac1c66fd 100644
--- a/config/busybox/sysklogd/Config.in
+++ b/config/busybox/sysklogd/Config.in
@@ -58,7 +58,7 @@ config BB_CONFIG_FEATURE_IPC_SYSLOG
break badly.
config BB_CONFIG_FEATURE_IPC_SYSLOG_BUFFER_SIZE
- int " Circular buffer size in Kbytes (minimum 4KB)"
+ int "Circular buffer size in Kbytes (minimum 4KB)"
default 16
range 4 2147483647
depends on BB_CONFIG_FEATURE_IPC_SYSLOG