X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/0d40d1f83b657723374d54ed86bdc0dc34909c00..4e294d8686ea313074483d335f6238b554725973:/target/linux/image/Makefile diff --git a/target/linux/image/Makefile b/target/linux/image/Makefile index 73e67a3d1..6509952fa 100644 --- a/target/linux/image/Makefile +++ b/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: