X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/200942fbac6c59bfdfa591542f63a2b7bad82d78..83e7893f56b490836826ff1590af375b8bb7792d:/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: