X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/200942fbac6c59bfdfa591542f63a2b7bad82d78..5efad72d8b57e0fcdaeba5f6ff79c09329e31ab2:/openwrt/target/linux/image/Makefile diff --git a/openwrt/target/linux/image/Makefile b/openwrt/target/linux/image/Makefile index 73e67a3d1..6509952fa 100644 --- a/openwrt/target/linux/image/Makefile +++ b/openwrt/target/linux/image/Makefile @@ -14,6 +14,10 @@ ifeq ($(BR2_TARGET_ROOTFS_SQUASHFS_LZMA),y) include ./squashfs.mk endif +ifeq ($(BR2_TARGET_ROOTFS_TGZ),y) +include ./tgz.mk +endif + prepare: compile: install: