add preliminary support for soekris boards

SVN-Revision: 1564
This commit is contained in:
Nicolas Thill
2005-07-25 15:40:23 +00:00
parent 19abf86c40
commit 6f4cb7338f
14 changed files with 1695 additions and 0 deletions

View 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:

View File

@@ -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