mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -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:
@@ -1,7 +1,6 @@
|
||||
config BR2_PACKAGE_CLASSPATH
|
||||
bool "classpath"
|
||||
select BR2_PACKAGE_PKGCONFIG
|
||||
default n
|
||||
|
||||
help
|
||||
GNU Classpath, Essential Libraries for Java, is a GNU
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
config BR2_PACKAGE_CONCIERGE
|
||||
bool "concierge"
|
||||
default n
|
||||
depends on BR2_PACKAGE_JAMVM
|
||||
|
||||
help
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
config BR2_PACKAGE_JAMVM
|
||||
bool "jamvm"
|
||||
default n
|
||||
depends on BR2_PACKAGE_CLASSPATH
|
||||
select BR2_PACKAGE_PKGCONFIG
|
||||
help
|
||||
|
||||
Reference in New Issue
Block a user