mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 13:46:32 +00:00
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…
x
Reference in New Issue
Block a user