From 81c9bc6a856e26d30856d7c335c8069426113813 Mon Sep 17 00:00:00 2001 From: nico Date: Mon, 25 Jul 2005 15:40:23 +0000 Subject: add preliminary support for soekris boards git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1564 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/image/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to '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: -- cgit v1.2.3