Loading target/squashfs/Config.in 0 → 100644 +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 target/squashfs/Makefile.in 0 → 100644 +3 −0 Original line number Diff line number Diff line ifeq ($(strip $(BR2_TARGET_ROOTFS_SQUASHFS)),y) TARGETS+=squashfsroot endif Loading
target/squashfs/Config.in 0 → 100644 +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
target/squashfs/Makefile.in 0 → 100644 +3 −0 Original line number Diff line number Diff line ifeq ($(strip $(BR2_TARGET_ROOTFS_SQUASHFS)),y) TARGETS+=squashfsroot endif