xref: /OK3568_Linux_fs/buildroot/package/netifrc/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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