imagetag's -k argument is expected to be hexadecimal instead of decimal (#4885)
SVN-Revision: 15133
This commit is contained in:
parent
5aca04960e
commit
5d5c8300b1
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ define Image/Build/CFEAGPF
|
||||||
$(STAGING_DIR_HOST)/bin/imagetag -i $(KDIR)/vmlinux.lzma.cfe -f $(KDIR)/root.$(1) \
|
$(STAGING_DIR_HOST)/bin/imagetag -i $(KDIR)/vmlinux.lzma.cfe -f $(KDIR)/root.$(1) \
|
||||||
-o $(BIN_DIR)/openwrt-$(2)-$(1)-cfe.bin \
|
-o $(BIN_DIR)/openwrt-$(2)-$(1)-cfe.bin \
|
||||||
-b $(2) -c $(3) -e $(LOADADDR) -l $(LOADADDR) \
|
-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)
|
$(call prepare_generic_squashfs,$(BIN_DIR)/openwrt-$(2)-$(1)-cfe.bin)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue