diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-03-16 12:29:11 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-03-16 12:29:11 +0000 |
commit | b865f9b722c09d75a8428c5752b125698cc829c1 (patch) | |
tree | 09c10dcc61821718e73eee153eb37bed3a891a50 /target | |
parent | bbc2161913a059d85046e9741f32d37b5afc7320 (diff) | |
download | upstream-b865f9b722c09d75a8428c5752b125698cc829c1.tar.gz upstream-b865f9b722c09d75a8428c5752b125698cc829c1.tar.bz2 upstream-b865f9b722c09d75a8428c5752b125698cc829c1.zip |
add the CFE offset command line option to the imagetag utility, closes (#4366)
SVN-Revision: 14896
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/brcm63xx/image/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/brcm63xx/image/Makefile b/target/linux/brcm63xx/image/Makefile index 250cc8236d..b6ef968294 100644 --- a/target/linux/brcm63xx/image/Makefile +++ b/target/linux/brcm63xx/image/Makefile @@ -42,7 +42,7 @@ define Image/Build/CFEAGPF $(STAGING_DIR_HOST)/bin/imagetag -i $(KDIR)/vmlinux.lzma.cfe -f $(KDIR)/root.$(1) \ -o $(BIN_DIR)/openwrt-$(2)-$(1)-cfe.bin \ -b $(2) -c $(3) -e $(LOADADDR) -l $(LOADADDR) \ - -v 8 -m IMAGE -k 131072 + -v 8 -m IMAGE -k 131072 -n $(4) $(call prepare_generic_squashfs,$(BIN_DIR)/openwrt-$(2)-$(1)-cfe.bin) endef @@ -114,7 +114,7 @@ define Image/Build # Inventel Livebox $(call Image/Build/RedBoot,livebox) # Pirelli Alice Gate VoIP 2 Plus Wi-Fi AGPF-S0 - $(call Image/Build/CFEAGPF,$(1),AGPF-S0,6358) + $(call Image/Build/CFEAGPF,$(1),AGPF-S0,6358,0x20000) endef $(eval $(call BuildImage)) |