1config BR2_PACKAGE_NETIFRC 2 bool "netifrc" 3 depends on BR2_PACKAGE_OPENRC 4 help 5 netifrc is a collection of modules created to configure and 6 manage network interfaces via individual, per-interface 7 scripts. 8 9 https://wiki.gentoo.org/wiki/Netifrc 10 11comment "netifrc needs openrc as init system" 12 depends on !BR2_PACKAGE_OPENRC 13