From 90a2b39ac51b699291800495b99d465c32a9d5aa Mon Sep 17 00:00:00 2001 From: apcameron Date: Mon, 30 Mar 2020 21:40:51 -0500 Subject: [PATCH] bugfix: Correct CPE510 v3 Image --- patches/001-add_support_for_TP-Link_CPE510_v3.patch | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/patches/001-add_support_for_TP-Link_CPE510_v3.patch b/patches/001-add_support_for_TP-Link_CPE510_v3.patch index df562e38..20afcecb 100644 --- a/patches/001-add_support_for_TP-Link_CPE510_v3.patch +++ b/patches/001-add_support_for_TP-Link_CPE510_v3.patch @@ -91,7 +91,7 @@ Index: openwrt/target/linux/ar71xx/image/generic-tp-link.mk =================================================================== --- openwrt.orig/target/linux/ar71xx/image/generic-tp-link.mk +++ openwrt/target/linux/ar71xx/image/generic-tp-link.mk -@@ -185,6 +185,13 @@ define Device/cpe510-v2 +@@ -185,6 +185,14 @@ define Device/cpe510-v2 endef TARGET_DEVICES += cpe510-v2 @@ -99,6 +99,7 @@ Index: openwrt/target/linux/ar71xx/image/generic-tp-link.mk + $(Device/cpe510-520-v1) + DEVICE_TITLE := TP-LINK CPE510 v3 + BOARDNAME := CPE510V3 ++ TPLINK_BOARD_ID := CPE510V2 +endef +TARGET_DEVICES += cpe510-v3 +