diff options
| author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-02-28 11:09:39 +0000 | 
|---|---|---|
| committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-02-28 11:09:39 +0000 | 
| commit | 07f345498659d848b8c400a4580801e52e3e7abd (patch) | |
| tree | 59a66d1f8a9a608d460ecd26cfcbe531f5a4ead4 | |
| parent | f78ce78fde26681de685a335938f131b386167ea (diff) | |
[brcm63xx] build images for RG100A (bcm6358-based boards) (#6755)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19894 3c298f89-4303-0410-b956-a3cf2f4a3e73
| -rw-r--r-- | target/linux/brcm63xx/image/Makefile | 13 | 
1 files changed, 13 insertions, 0 deletions
| 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)) | 
