diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-04-19 13:18:48 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-04-19 13:18:48 +0000 |
commit | fb6c465ea7f41f44e452d0080b77f4267ecff8dc (patch) | |
tree | 24c36cd0b8c1a791fc511888dd30f4c3a86da947 /target/linux/brcm63xx/image | |
parent | a45fd8ec4d72a5b039ff7422f6596a1517751276 (diff) | |
download | upstream-fb6c465ea7f41f44e452d0080b77f4267ecff8dc.tar.gz upstream-fb6c465ea7f41f44e452d0080b77f4267ecff8dc.tar.bz2 upstream-fb6c465ea7f41f44e452d0080b77f4267ecff8dc.zip |
[brcm63xx] make images that can be flashed using the stock firmware web interface, thanks to Anselmo Luginbuhl and Daniel Dickinson (#4909, #4943)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15253 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx/image')
-rw-r--r-- | target/linux/brcm63xx/image/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/target/linux/brcm63xx/image/Makefile b/target/linux/brcm63xx/image/Makefile index 871409626c..7c4ed4644a 100644 --- a/target/linux/brcm63xx/image/Makefile +++ b/target/linux/brcm63xx/image/Makefile @@ -34,7 +34,6 @@ define Image/Build/CFE -b $(2) -c $(3) -e $(LOADADDR) -l $(LOADADDR) # -b $(2) -c $(3) -e $(KERNEL_ENTRY) -l $(LOADADDR) - $(call prepare_generic_squashfs,$(BIN_DIR)/openwrt-$(2)-$(1)-cfe.bin) endef define Image/Build/CFEAGPF @@ -42,8 +41,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 0x20000 -n $(4) - $(call prepare_generic_squashfs,$(BIN_DIR)/openwrt-$(2)-$(1)-cfe.bin) + -v 8 -m IMAGE -k 0x20000 -n $(4) -p alice endef define Image/Build/RedBoot |