X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/4d71a0805ae4e1e69596b1fb0682ec184d8af290..e813f121f9fc43c71f43d384731f43e39fda6fd2:/openwrt/target/squashfs/squashfsroot.mk?ds=sidebyside diff --git a/openwrt/target/squashfs/squashfsroot.mk b/openwrt/target/squashfs/squashfsroot.mk index f3d280859..d3a104a83 100644 --- a/openwrt/target/squashfs/squashfsroot.mk +++ b/openwrt/target/squashfs/squashfsroot.mk @@ -48,3 +48,7 @@ squashfsroot-clean: squashfsroot-dirclean: rm -rf $(SQUASHFS_DIR) +ifeq ($(strip $(BR2_TARGET_ROOTFS_SQUASHFS)),y) +TARGETS+=squashfsroot openwrt-image +ROOTFS=squashfs +endif