diff options
author | Christian Lamparter <chunkeey@gmail.com> | 2020-07-31 18:17:34 +0200 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2020-07-31 18:17:34 +0200 |
commit | caa6ada969ddf63eb753840fe9fa2acc726e5d57 (patch) | |
tree | 493d91985e8503b7b787f0b001db2093ead41ecd /target/linux/apm821xx/image | |
parent | 65305cb44869774a7db10c517b871dce5ab46ccb (diff) | |
download | upstream-caa6ada969ddf63eb753840fe9fa2acc726e5d57.tar.gz upstream-caa6ada969ddf63eb753840fe9fa2acc726e5d57.tar.bz2 upstream-caa6ada969ddf63eb753840fe9fa2acc726e5d57.zip |
apm821xx: disable WNDR4700 5.4 image
The compressed image that the buildbots are building is too large for
the netgear uboot and it crashes and soft-bricks the device.
| Uncompressing Kernel Image ...
| LZMA: uncompress or overwrite error 1 - must RESET board to recover
The whole target likely needs to be switched zImage which is a major
hassle due to powerpc's legacy bootwrapper setup as compared to ARM.
So for now, disable the device.
Reported-by: Wiktor Stasiak (FS#3258)
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
Diffstat (limited to 'target/linux/apm821xx/image')
-rw-r--r-- | target/linux/apm821xx/image/nand.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/apm821xx/image/nand.mk b/target/linux/apm821xx/image/nand.mk index 29a4be0189..845770b89f 100644 --- a/target/linux/apm821xx/image/nand.mk +++ b/target/linux/apm821xx/image/nand.mk @@ -117,5 +117,6 @@ define Device/netgear_wndr4700 NETGEAR_HW_ID := 29763875+128+256 UBINIZE_OPTS := -E 5 SUPPORTED_DEVICES += wndr4700 + DEFAULT := n endef TARGET_DEVICES += netgear_wndr4700 |