summaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
authorEric Andersen2004-10-09 23:12:25 +0200
committerEric Andersen2004-10-09 23:12:25 +0200
commitbad642827254b85395c02e806a010e3c65cf551c (patch)
tree3a9dc752abd2a09ecde7cb6c15c200e206b10108 /Config.in
parentThomas Lundquist: have the makefiles depend on the correct file (diff)
downloadbuildroot-bad642827254b85395c02e806a010e3c65cf551c.tar.gz
buildroot-bad642827254b85395c02e806a010e3c65cf551c.tar.xz
buildroot-bad642827254b85395c02e806a010e3c65cf551c.zip
Don't use a string to do the job of a bool
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Config.in b/Config.in
index 0b6edd59a..306239396 100644
--- a/Config.in
+++ b/Config.in
@@ -63,8 +63,8 @@ config BR2_WGET
default "wget --passive-ftp"
config BR2_TAR_VERBOSITY
- string
- default "no"
+ bool
+ default n
source "toolchain/Config.in"