From 07f345498659d848b8c400a4580801e52e3e7abd Mon Sep 17 00:00:00 2001 From: florian Date: Sun, 28 Feb 2010 11:09:39 +0000 Subject: [PATCH] [brcm63xx] build images for RG100A (bcm6358-based boards) (#6755) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19894 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/brcm63xx/image/Makefile | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/target/linux/brcm63xx/image/Makefile b/target/linux/brcm63xx/image/Makefile index af15c1b45..5d17c2baf 100644 --- a/target/linux/brcm63xx/image/Makefile +++ b/target/linux/brcm63xx/image/Makefile @@ -45,6 +45,15 @@ define Image/Build/CFEAGPF -v 8 -m IMAGE -k 0x20000 -n $(4) -t $(5) endef +define Image/Build/RG100A + # Generate the tagged image + $(STAGING_DIR_HOST)/bin/imagetag -i $(KDIR)/vmlinux.lzma.cfe -f $(KDIR)/root.$(1) \ + -o $(BIN_DIR)/openwrt-$(6)-$(1)-$(7)-cfe.bin \ + -b $(2) -c $(3) -e $(LOADADDR) -l $(LOADADDR) \ + -k 0x20000 -n $(4) -t $(5) +endef + + define Image/Build/RedBoot cp $(KDIR)/vmlinux.elf $(BIN_DIR)/openwrt-$(1)-vmlinux.elf gzip -9 -c $(KDIR)/vmlinux > $(KDIR)/vmlinux.bin.gz @@ -171,6 +180,10 @@ define Image/Build # Pirelli A226G $(call Image/Build/CFEAGPF,$(1),DWV-S0,6358,0x10000,bccfe,,bccfe) $(call Image/Build/CFEAGPF,$(1),DWV-S0,6358,0x10000,ag306,DWV_96358,a226g) + + # RG100A,DB120 etc. + $(call Image/Build/RG100A,$(1),96358VW2,6358,0x20000,bc310,rg100a,bc310) + endef $(eval $(call BuildImage)) -- 2.35.1