add preliminary support for soekris boards
[openwrt.git] / openwrt / target / linux / image / Makefile
index 73e67a3..6509952 100644 (file)
@@ -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:
This page took 0.022228 seconds and 4 git commands to generate.