Fix it so we once again build the target root_fs

This commit is contained in:
Eric Andersen 2004-10-09 04:46:15 +00:00
parent 4c4768b2f7
commit 275fcee617
2 changed files with 9 additions and 0 deletions

View file

@ -0,0 +1,6 @@
config BR2_TARGET_ROOTFS_SQUASHFS
bool "squashfs root filesystem for the target device"
default n
help
Build a squashfs root filesystem

View file

@ -0,0 +1,3 @@
ifeq ($(strip $(BR2_TARGET_ROOTFS_SQUASHFS)),y)
TARGETS+=squashfsroot
endif