eb77734d11
This is very basic settings for openrc init. * system/Config.in Allows to select openrc as init system (which auto selects openrc-skeleton and openrc package). * package/ifupdown-scripts/Config.in openrc has its own service to bring up/down interfaces, so ifupdown-scripts should not be enabled when openrc is enabled to prevent service clash. Signed-off-by: Michał Łyszczek <michal.lyszczek@bofc.pl> [Thomas: take into account the !BR2_STATIC_LIBS dependency] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
8 lines
298 B
Plaintext
8 lines
298 B
Plaintext
config BR2_PACKAGE_IFUPDOWN_SCRIPTS
|
|
bool "ifupdown scripts"
|
|
default y if BR2_ROOTFS_SKELETON_DEFAULT
|
|
depends on !BR2_PACKAGE_SYSTEMD_NETWORKD && !BR2_PACKAGE_OPENRC
|
|
help
|
|
Set of scripts used by ifupdown (either the standalone one,
|
|
or the busybox one) to bring network up, or tear it down.
|