From bad642827254b85395c02e806a010e3c65cf551c Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sat, 9 Oct 2004 21:12:25 +0000 Subject: Don't use a string to do the job of a bool --- Config.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Config.in') 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" -- cgit v1.2.3-55-g7522