projects
/
openwrt
/
staging
/
ansuel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5aca049
)
imagetag's -k argument is expected to be hexadecimal instead of decimal (#4885)
author
Florian Fainelli
<florian@openwrt.org>
Tue, 7 Apr 2009 13:22:32 +0000
(13:22 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Tue, 7 Apr 2009 13:22:32 +0000
(13:22 +0000)
SVN-Revision: 15133
target/linux/brcm63xx/image/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/brcm63xx/image/Makefile
b/target/linux/brcm63xx/image/Makefile
index b6ef968294d1db99db9bfa1d6295843f7fe3da18..871409626cd88f4c1869c3beab5033d0e2e5b992 100644
(file)
--- 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
-n $(4)
+ -v 8 -m IMAGE -k
0x20000
-n $(4)
$(call prepare_generic_squashfs,$(BIN_DIR)/openwrt-$(2)-$(1)-cfe.bin)
endef