mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-22 01:13:00 +02:00
This patch imports Finit v4.3 from myLinux to infIX along with a rudimentary rootfs skeleton. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
19 lines
436 B
Plaintext
19 lines
436 B
Plaintext
config BR2_PACKAGE_SKELETON_INIT_FINIT
|
|
bool
|
|
select BR2_PACKAGE_HAS_SKELETON
|
|
select BR2_PACKAGE_SKELETON_INIT_COMMON
|
|
|
|
config BR2_PACKAGE_PROVIDES_SKELETON
|
|
default "skeleton-init-finit" if BR2_PACKAGE_SKELETON_INIT_FINIT
|
|
|
|
if BR2_PACKAGE_SKELETON_INIT_FINIT
|
|
menu "finit init skeleton"
|
|
|
|
config BR2_PACKAGE_SKELETON_INIT_FINIT_TELNETD
|
|
bool "/etc/inetd.conf telnetd"
|
|
help
|
|
Enable telnetd from inetd service (disabled).
|
|
|
|
endmenu
|
|
endif
|