diff options
author | Jonas Gorski <jogo@openwrt.org> | 2015-06-11 12:10:43 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2015-06-11 12:10:43 +0000 |
commit | 84bfed7bd32e7541feadc9c438e57b14559ddc7b (patch) | |
tree | c7f4f86252d0b4f1cdc7305b053ed9425dbca6c7 /target | |
parent | e856d62d0ad7469a99d32a34799dd75bf994449b (diff) | |
download | upstream-84bfed7bd32e7541feadc9c438e57b14559ddc7b.tar.gz upstream-84bfed7bd32e7541feadc9c438e57b14559ddc7b.tar.bz2 upstream-84bfed7bd32e7541feadc9c438e57b14559ddc7b.zip |
brcm63xx: fix A4001N image padding size
When r42245 moved A4001N to DT based detection the image padding size
was accidentally increased from 4 to 8 MiB. This made images unflashable
on these devices.
Fixes #19836.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 45945
Diffstat (limited to 'target')
-rwxr-xr-x | 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 a4889c23f5..e6dc2a8b57 100755 --- a/target/linux/brcm63xx/image/Makefile +++ b/target/linux/brcm63xx/image/Makefile @@ -291,7 +291,7 @@ $(eval $(call ImageDTB,CFEDTB,96368MVNgr,96368MVNgr-generic,bcm96368MVNgr,96368M $(eval $(call ImageDTB,CFEDTB,96368MVWG,96368MVWG-generic,bcm96368MVWG,96368MVWG,6368)) # ADB P.DG A4001N -$(eval $(call ImageDTB,CFEDTB,A4001N,A4001N,a4001n,96328dg2x2,6328,--pad 8)) +$(eval $(call ImageDTB,CFEDTB,A4001N,A4001N,a4001n,96328dg2x2,6328,--pad 4)) # ADB P.DG A4001N1 $(eval $(call ImageDTB,CFEDTB,A4001N1,A4001N1,a4001n1,963281T_TEF,6328,--pad 8)) # Alcatel RG100A |