mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 05:36:32 +00:00
system: simplify BR2_ROOTFS_SKELETON_DEFAULT handling
No functional change. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
72defc45dd
commit
4b2a40b6d7
@ -50,15 +50,9 @@ endif
|
|||||||
|
|
||||||
ifeq ($(BR2_ROOTFS_SKELETON_DEFAULT),y)
|
ifeq ($(BR2_ROOTFS_SKELETON_DEFAULT),y)
|
||||||
TARGETS += target-root-passwd
|
TARGETS += target-root-passwd
|
||||||
endif
|
|
||||||
|
|
||||||
ifneq ($(TARGET_GENERIC_GETTY),)
|
ifneq ($(TARGET_GENERIC_GETTY),)
|
||||||
ifeq ($(BR2_ROOTFS_SKELETON_DEFAULT),y)
|
TARGETS += target-generic-getty-$(if $(BR2_PACKAGE_SYSVINIT),sysvinit,busybox)
|
||||||
ifeq ($(BR2_PACKAGE_SYSVINIT),y)
|
|
||||||
TARGETS += target-generic-getty-sysvinit
|
|
||||||
else
|
|
||||||
TARGETS += target-generic-getty-busybox
|
|
||||||
endif
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_TARGET_GENERIC_REMOUNT_ROOTFS_RW),y)
|
ifeq ($(BR2_TARGET_GENERIC_REMOUNT_ROOTFS_RW),y)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user