Commit 275fcee6 authored by Eric Andersen's avatar Eric Andersen
Browse files

Fix it so we once again build the target root_fs

parent 4c4768b2
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
config BR2_TARGET_ROOTFS_SQUASHFS
	bool "squashfs root filesystem for the target device"
	default n
	help
	  Build a squashfs root filesystem
+3 −0
Original line number Diff line number Diff line
ifeq ($(strip $(BR2_TARGET_ROOTFS_SQUASHFS)),y)
TARGETS+=squashfsroot
endif