buildroot/package/netifrc/Config.in
Michał Łyszczek 39950aae00 package/netifrc: new package
netifrc entirely replaces openrc's basic network management. As such, it
conflicts with the network services installed by openrc, so we remove
them from openrc when netifrc is enabled.

Currently, we only catter tfor the loopback interface, but we prepare
for also handling the DHCP interface, to come in a latter patch.

Signed-off-by: Michał Łyszczek <michal.lyszczek@bofc.pl>
[yann.morin.1998@free.fr:
  - remove openrc files within the openrc package itself
  - as it's a generic-package, no need to use post-install hooks
  - use description from the homepage in the help text
  - check-package fixes
  - rename package
]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
[Thomas:
 - pass UDEVDIR to install udev rules at the correct location]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2019-09-23 22:53:54 +02:00

13 lines
334 B
Plaintext

config BR2_PACKAGE_NETIFRC
bool "netifrc"
depends on BR2_PACKAGE_OPENRC
help
netifrc is a collection of modules created to configure and
manage network interfaces via individual, per-interface
scripts.
https://wiki.gentoo.org/wiki/Netifrc
comment "netifrc needs openrc as init system"
depends on !BR2_PACKAGE_OPENRC