mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 08:14:09 -09:00
Kconfig: remove 'default n'
'default n' is the default, so there's no need to say it explicitly.
This commit is contained in:
@@ -77,7 +77,6 @@ EOF
|
||||
cat > ../package/${PACKAGE_NAME}/Config.in <<EOF
|
||||
config BR2_PACKAGE_${NAME_UPPER}
|
||||
bool "${PACKAGE_NAME}"
|
||||
default n
|
||||
help
|
||||
${DESCRIPTION}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user