From 6f4cb7338f84dfe5bf8023ecc020e42c8014ed49 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Mon, 25 Jul 2005 15:40:23 +0000 Subject: add preliminary support for soekris boards SVN-Revision: 1564 --- openwrt/target/linux/image/soekris/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 openwrt/target/linux/image/soekris/Makefile (limited to 'openwrt/target/linux/image/soekris') diff --git a/openwrt/target/linux/image/soekris/Makefile b/openwrt/target/linux/image/soekris/Makefile new file mode 100644 index 0000000..bfb2770 --- /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.1