diff options
Diffstat (limited to 'openwrt/target/squashfs-lzma/squashfslzmaroot.mk')
-rw-r--r-- | openwrt/target/squashfs-lzma/squashfslzmaroot.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/openwrt/target/squashfs-lzma/squashfslzmaroot.mk b/openwrt/target/squashfs-lzma/squashfslzmaroot.mk index 6f41f93155..722c20524e 100644 --- a/openwrt/target/squashfs-lzma/squashfslzmaroot.mk +++ b/openwrt/target/squashfs-lzma/squashfslzmaroot.mk @@ -48,3 +48,8 @@ squashfslzmaroot-clean: squashfslzmaroot-dirclean: rm -rf $(SQUASHFSLZMA_DIR) + +ifeq ($(strip $(BR2_TARGET_ROOTFS_SQUASHFS_LZMA)),y) +TARGETS+=squashfslzmaroot openwrt-image +ROOTFS=squashfslzma +endif |