diff options
author | Álvaro Fernández Rojas <noltari@gmail.com> | 2016-06-01 21:47:42 +0200 |
---|---|---|
committer | Álvaro Fernández Rojas <noltari@gmail.com> | 2016-06-01 21:47:42 +0200 |
commit | 794383b801516896c352b94b99010c86e9a06b9c (patch) | |
tree | 6892c2da5581bb1271866b3162be877b0f19cfba /target/linux/brcm63xx/image | |
parent | 9128ed33b5d476eecbc0d5ec37c9002a8b103b81 (diff) | |
download | upstream-794383b801516896c352b94b99010c86e9a06b9c.tar.gz upstream-794383b801516896c352b94b99010c86e9a06b9c.tar.bz2 upstream-794383b801516896c352b94b99010c86e9a06b9c.zip |
brcm63xx: fix F@ST2704V2 image generation
This device needs the firmware padded to 4MB.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Diffstat (limited to 'target/linux/brcm63xx/image')
-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 e00b6fb948..9ea2ea279c 100644 --- a/target/linux/brcm63xx/image/Makefile +++ b/target/linux/brcm63xx/image/Makefile @@ -611,7 +611,7 @@ $(eval $(call bcm63xxCfe,FAST2604,F@ST2604,fast2604,F@ST2604,6348)) # Sagem F@ST2704N V1 / Plusnet F@ST2704N V1 $(eval $(call bcm63xxCfe,FAST2704N,FAST2704N,fast2704n,F@ST2704N,6318,--pad 4)) # Sagem F@ST2704V2 -$(eval $(call bcm63xxCfe,FAST2704V2,F@ST2704V2,fast2704v2,F@ST2704V2,6328)) +$(eval $(call bcm63xxCfe,FAST2704V2,F@ST2704V2,fast2704v2,F@ST2704V2,6328,--pad 4)) # SFR Neufbox 4 $(eval $(call bcm63xxCfe,Neufbox4,NEUFBOX4-SER,nb4-ser-r0,96358VW,6358,--rsa-signature "OpenWRT-$(REVISION)")) $(eval $(call bcm63xxCfe,Neufbox4,NEUFBOX4-FXC,nb4-fxc-r1,96358VW,6358,--rsa-signature "OpenWRT-$(REVISION)")) |