mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
Don't use a string to do the job of a bool
This commit is contained 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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user