Fix it so we once again build the target root_fs
This commit is contained in:
parent
4c4768b2f7
commit
275fcee617
6
target/squashfs/Config.in
Normal file
6
target/squashfs/Config.in
Normal 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
|
||||
|
3
target/squashfs/Makefile.in
Normal file
3
target/squashfs/Makefile.in
Normal file
@ -0,0 +1,3 @@
|
||||
ifeq ($(strip $(BR2_TARGET_ROOTFS_SQUASHFS)),y)
|
||||
TARGETS+=squashfsroot
|
||||
endif
|
Loading…
Reference in New Issue
Block a user