X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/9b7cc699dfd90235b08dfeb0fe0acb5679bc3b7d..e813f121f9fc43c71f43d384731f43e39fda6fd2:/openwrt/target/squashfs/squashfsroot.mk diff --git a/openwrt/target/squashfs/squashfsroot.mk b/openwrt/target/squashfs/squashfsroot.mk index 4dd6800a0..d3a104a83 100644 --- a/openwrt/target/squashfs/squashfsroot.mk +++ b/openwrt/target/squashfs/squashfsroot.mk @@ -47,3 +47,8 @@ squashfsroot-clean: squashfsroot-dirclean: rm -rf $(SQUASHFS_DIR) + +ifeq ($(strip $(BR2_TARGET_ROOTFS_SQUASHFS)),y) +TARGETS+=squashfsroot openwrt-image +ROOTFS=squashfs +endif