summaryrefslogtreecommitdiffstats
path: root/target/linux/image/Makefile
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-07-25 15:40:23 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-07-25 15:40:23 +0000
commit81c9bc6a856e26d30856d7c335c8069426113813 (patch)
treee2b48a5bc1e3887ee0186714507fd14827541fe3 /target/linux/image/Makefile
parentd34b6e85e1b050de985b9834e6735f4a3daf2034 (diff)
add preliminary support for soekris boards
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1564 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/image/Makefile')
-rw-r--r--target/linux/image/Makefile4
1 files changed, 4 insertions, 0 deletions
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: