package/netifrc: new package
authorMichał Łyszczek <michal.lyszczek@bofc.pl>
Sun, 4 Aug 2019 12:14:18 +0000 (14:14 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Mon, 23 Sep 2019 20:53:54 +0000 (22:53 +0200)
commit39950aae0025fc494dac0540a4072c03ace6aeb0
treecaf4f4759fc486940f8522a6b244e95426f57b15
parent4019559de087d9b3a7f54d6b05e388af92b41746
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>
DEVELOPERS
package/Config.in
package/netifrc/Config.in [new file with mode: 0644]
package/netifrc/netifrc.hash [new file with mode: 0644]
package/netifrc/netifrc.mk [new file with mode: 0644]
package/openrc/openrc.mk