mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
system: TARGET_GENERIC_GETTY: allow it to be disabled
For some systems, you don't want to run any getty, so allow the option to be disabled when the empty string is used. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
@@ -49,12 +49,15 @@ endif
|
||||
|
||||
TARGETS += target-root-passwd
|
||||
|
||||
ifneq ($(TARGET_GENERIC_GETTY),)
|
||||
ifeq ($(BR2_ROOTFS_SKELETON_DEFAULT),y)
|
||||
ifeq ($(BR2_PACKAGE_SYSVINIT),y)
|
||||
TARGETS += target-generic-getty-sysvinit
|
||||
else
|
||||
TARGETS += target-generic-getty-busybox
|
||||
endif
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_TARGET_GENERIC_REMOUNT_ROOTFS_RW),y)
|
||||
TARGETS += target-generic-do-remount-rw
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user