From 0ecc586d63f3569168b88e9f0620d0c1b483a064 Mon Sep 17 00:00:00 2001 From: florian Date: Thu, 29 Jan 2009 14:56:45 +0000 Subject: [brcm63xx] generate images for old CFE based boards like the Davolink DV201 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14264 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/brcm63xx/image/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'target/linux/brcm63xx/image') diff --git a/target/linux/brcm63xx/image/Makefile b/target/linux/brcm63xx/image/Makefile index 883c6e5e2..c9a728bbf 100644 --- a/target/linux/brcm63xx/image/Makefile +++ b/target/linux/brcm63xx/image/Makefile @@ -45,6 +45,14 @@ define Image/Build/RedBoot dd if=$(KDIR)/vmlinux.bin.gz of=$(BIN_DIR)/openwrt-$(1)-vmlinux.gz bs=65536 conv=sync endef +define Image/Build/CFEOLD + $(TOPDIR)/scripts/brcmImage.pl -t -p \ + -b $(2) -c $(3) \ + -k $(KDIR)/vmlinux.lzma.cfe \ + -r $(KDIR)/root.$(1) \ + -o $(BIN_DIR)/openwrt-$(2)-$(1)-cfe.bin +endef + define Build/Clean $(MAKE) -C lzma-loader clean endef @@ -86,6 +94,8 @@ define Image/Build $(call Image/Build/CFE,$(1),96358VW,6358) # Comtrend 536 $(call Image/Build/CFE,$(1),96348GW-11,6348) + # Davolink DV201AMR + $(call Image/Build/CFEOLD,$(1),DV201AMR,6348) # DG834GT $(call Image/Build/CFE,$(1),96348GW-10,6348) # Sagem F@ST2404 -- cgit v1.2.3