diff options
| -rw-r--r-- | target/linux/brcm63xx/image/Makefile | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/target/linux/brcm63xx/image/Makefile b/target/linux/brcm63xx/image/Makefile index f82647e98..303003c79 100644 --- a/target/linux/brcm63xx/image/Makefile +++ b/target/linux/brcm63xx/image/Makefile @@ -93,7 +93,7 @@ define Image/Build/SPW303V  		--output $(BIN_DIR)/openwrt-$(4)-$(1)-cfe.bin.tmp \  		--boardid $(2) --chipid $(3) --entry $(KERNEL_ENTRY) \  		--load-addr $(LOADADDR) --rsa-signature "$(5)" \ -		$(6) $(7) $(8) $(9) +		--pad 4 $(6) $(7) $(8) $(9)  	# Fix up header  	$(STAGING_DIR_HOST)/bin/spw303v -i $(BIN_DIR)/openwrt-$(4)-$(1)-cfe.bin.tmp \  		-o $(BIN_DIR)/openwrt-$(4)-$(1)-cfe-sysupgrade.bin | 
