diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-10-09 21:12:25 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-10-09 21:12:25 +0000 |
commit | bad642827254b85395c02e806a010e3c65cf551c (patch) | |
tree | 3a9dc752abd2a09ecde7cb6c15c200e206b10108 /Config.in | |
parent | 0a19191eb86f6e8cd936247102efc240d857795f (diff) | |
download | buildroot-novena-bad642827254b85395c02e806a010e3c65cf551c.tar.gz buildroot-novena-bad642827254b85395c02e806a010e3c65cf551c.zip |
Don't use a string to do the job of a bool
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |