diff options
Diffstat (limited to 'openwrt/target/squashfs-lzma/Makefile.in')
-rw-r--r-- | openwrt/target/squashfs-lzma/Makefile.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/openwrt/target/squashfs-lzma/Makefile.in b/openwrt/target/squashfs-lzma/Makefile.in new file mode 100644 index 0000000000..bb65c6d037 --- /dev/null +++ b/openwrt/target/squashfs-lzma/Makefile.in @@ -0,0 +1,4 @@ +ifeq ($(strip $(BR2_TARGET_ROOTFS_SQUASHFS_LZMA)),y) +TARGETS+=squashfslzmaroot openwrt-image +ROOTFS=squashfslzma +endif |