Don't use a string to do the job of a bool
This commit is contained in:
parent
0a19191eb8
commit
bad6428272
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user