diff options
author | Pawel Dembicki <paweldembicki@gmail.com> | 2019-05-23 20:41:50 +0200 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2019-06-10 11:21:35 +0200 |
commit | c4fdd4979b7803cd018b7206f1ec53f57cc2d854 (patch) | |
tree | 695c958df0f40b149b8f049b5deed6c58e43e900 /target/linux/mpc85xx | |
parent | 1e41de2f48e284c9d6658f9403365651178f6826 (diff) | |
download | upstream-c4fdd4979b7803cd018b7206f1ec53f57cc2d854.tar.gz upstream-c4fdd4979b7803cd018b7206f1ec53f57cc2d854.tar.bz2 upstream-c4fdd4979b7803cd018b7206f1ec53f57cc2d854.zip |
mpc85xx: re-enable TL-WDR4900v1 images
This reverts commit 324e94f31bfd ("mpc85xx: disable bricking TL-WDR4900v1 images")
The previous commit fixes the TL-WDR4900v1. Enable the target again.
Signed-off-by: Pawel Dembicki <paweldembicki@gmail.com>
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
Diffstat (limited to 'target/linux/mpc85xx')
-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 4bd4efc747..ddaa05861a 100644 --- a/target/linux/mpc85xx/image/Makefile +++ b/target/linux/mpc85xx/image/Makefile @@ -64,7 +64,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 |