X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/200942fbac6c59bfdfa591542f63a2b7bad82d78..5d94162075a9590253c8a3b6e765a57ced537769:/openwrt/target/linux/image/Makefile?ds=sidebyside 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: