diff options
author | Christian Lamparter <chunkeey@gmail.com> | 2019-04-14 23:54:33 +0200 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2019-04-15 00:20:56 +0200 |
commit | 324e94f31bfdcf9c2245303434b087b306de0262 (patch) | |
tree | b72c2064692b9ffe8c4ffbfb534c37070e1eef94 /target/linux/mpc85xx/image/Makefile | |
parent | 78ee6b1a40b58a305f2e004f7ea3857aac1c90a8 (diff) | |
download | upstream-324e94f31bfdcf9c2245303434b087b306de0262.tar.gz upstream-324e94f31bfdcf9c2245303434b087b306de0262.tar.bz2 upstream-324e94f31bfdcf9c2245303434b087b306de0262.zip |
mpc85xx: disable bricking TL-WDR4900v1 images
The current mpc85xx build is failing because the
TL-WDR4900v1 kernel image no longer fits into the
partition. Extending the kernel is not possible
without updating u-boot's kernel loader commands.
This patch disables the WDR4900v1 until the kernel
image size issue is fixed so the buildbot can still
compile the Sophos RED 15w Rev.1 . Installing the
WDR4900v1 images would cause the routers to get
bricked.
For the discussion, please go to:
<https://github.com/openwrt/openwrt/pull/1773>
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
Diffstat (limited to 'target/linux/mpc85xx/image/Makefile')
-rw-r--r-- | target/linux/mpc85xx/image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mpc85xx/image/Makefile b/target/linux/mpc85xx/image/Makefile index 68c0da84ee..f95e38d5c6 100644 --- a/target/linux/mpc85xx/image/Makefile +++ b/target/linux/mpc85xx/image/Makefile @@ -60,7 +60,7 @@ define Device/tl-wdr4900-v1 IMAGE/sysupgrade.bin := append-rootfs | mktplinkfw sysupgrade | append-metadata IMAGE/factory.bin := append-rootfs | mktplinkfw factory endef -TARGET_DEVICES += tl-wdr4900-v1 +#TARGET_DEVICES += tl-wdr4900-v1 define Device/red-15w-rev1 DEVICE_TITLE := Sophos RED 15w Rev.1 |