diff options
author | Rafał Miłecki <rafal@milecki.pl> | 2017-05-21 17:41:41 +0200 |
---|---|---|
committer | Rafał Miłecki <rafal@milecki.pl> | 2017-05-22 11:38:03 +0200 |
commit | 74100f378876fd62fd767ce7e1ab9bf4878e6afa (patch) | |
tree | 62fdb978a6d8fd89f693f9ba716d4374a3813e5d /target/linux/bcm53xx/image | |
parent | dfe2cea9cd1526dec04e941d710308ca4d6026a4 (diff) | |
download | upstream-74100f378876fd62fd767ce7e1ab9bf4878e6afa.tar.gz upstream-74100f378876fd62fd767ce7e1ab9bf4878e6afa.tar.bz2 upstream-74100f378876fd62fd767ce7e1ab9bf4878e6afa.zip |
bcm53xx: add support for TP-LINK Archer C5 V2
This model also contains few partitions non-discoverable partitions we
need to "protect". Othen than that it uses non-deprecated serial entry
in DTS that doesn't work with LEDE so we need to workaround it as well.
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Diffstat (limited to 'target/linux/bcm53xx/image')
-rw-r--r-- | target/linux/bcm53xx/image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/bcm53xx/image/Makefile b/target/linux/bcm53xx/image/Makefile index 86156dc5f2..353eede33b 100644 --- a/target/linux/bcm53xx/image/Makefile +++ b/target/linux/bcm53xx/image/Makefile @@ -272,7 +272,7 @@ define Device/tplink-archer-c5-v2 IMAGE/bin := append-rootfs | bcm53xx-tplink-safeloader TPLINK_BOARD := ARCHER-C5-V2 endef -# TARGET_DEVICES += tplink-archer-c5-v2 +TARGET_DEVICES += tplink-archer-c5-v2 define Device/tplink-archer-c9-v1 DEVICE_TITLE := TP-LINK Archer C9 V1 |