diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-07-25 15:40:23 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-07-25 15:40:23 +0000 |
commit | d13eeb47695992621d9beabe30dcb73a26ca8a31 (patch) | |
tree | 34fd65e40faad3e94439d9f9ce6552f274d595b1 /openwrt/target/linux/image/Makefile | |
parent | 99f2cce833a314879ab54ef804f9dba21293baa9 (diff) |
add preliminary support for soekris boards
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1564 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/target/linux/image/Makefile')
-rw-r--r-- | openwrt/target/linux/image/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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: |