From d13eeb47695992621d9beabe30dcb73a26ca8a31 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@1564 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- openwrt/target/linux/image/Makefile | 4 ++++ openwrt/target/linux/image/soekris/Makefile | 10 ++++++++++ 2 files changed, 14 insertions(+) create mode 100644 openwrt/target/linux/image/soekris/Makefile (limited to 'openwrt/target/linux/image') diff --git a/openwrt/target/linux/image/Makefile b/openwrt/target/linux/image/Makefile index 73e67a3d1c..6509952fac 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: diff --git a/openwrt/target/linux/image/soekris/Makefile b/openwrt/target/linux/image/soekris/Makefile new file mode 100644 index 0000000000..bfb2770ef3 --- /dev/null +++ b/openwrt/target/linux/image/soekris/Makefile @@ -0,0 +1,10 @@ +include $(TOPDIR)/rules.mk + +KDIR:=$(BUILD_DIR)/linux-$(KERNEL)-$(BOARD) + +$(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-rootfs.tar.gz: $(KDIR)/rootfs.tar.gz + cp $^ $@ + +prepare: +compile: +install: $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-rootfs.tar.gz -- cgit v1.2.3