mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-26 20:10:35 -09:00
package: convert some Config.in selects to depends
Patch by Olaf Rempel <razzor@kopf-tisch.de>. quick grep showed theses invalid selects of toolchain options.
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
config BR2_PACKAGE_NETKITBASE
|
||||
bool "netkitbase"
|
||||
select BR2_INET_RPC
|
||||
depends on BR2_INET_RPC
|
||||
help
|
||||
Old-style inetd.
|
||||
|
||||
ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/
|
||||
|
||||
comment "netkitbase requires a toolchain with RPC support"
|
||||
depends on !BR2_INET_RPC
|
||||
|
||||
Reference in New Issue
Block a user