summaryrefslogtreecommitdiffstats
path: root/system/system.mk
diff options
context:
space:
mode:
Diffstat (limited to 'system/system.mk')
-rw-r--r--system/system.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/system/system.mk b/system/system.mk
index 7536ce649..3c4d06e69 100644
--- a/system/system.mk
+++ b/system/system.mk
@@ -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