mirror of https://github.com/aredn/aredn.git
bugfix: Correct CPE510 v3 Image
This commit is contained in:
parent
0f7e378afb
commit
90a2b39ac5
|
@ -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.orig/target/linux/ar71xx/image/generic-tp-link.mk
|
||||||
+++ openwrt/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
|
endef
|
||||||
TARGET_DEVICES += cpe510-v2
|
TARGET_DEVICES += cpe510-v2
|
||||||
|
|
||||||
|
@ -99,6 +99,7 @@ Index: openwrt/target/linux/ar71xx/image/generic-tp-link.mk
|
||||||
+ $(Device/cpe510-520-v1)
|
+ $(Device/cpe510-520-v1)
|
||||||
+ DEVICE_TITLE := TP-LINK CPE510 v3
|
+ DEVICE_TITLE := TP-LINK CPE510 v3
|
||||||
+ BOARDNAME := CPE510V3
|
+ BOARDNAME := CPE510V3
|
||||||
|
+ TPLINK_BOARD_ID := CPE510V2
|
||||||
+endef
|
+endef
|
||||||
+TARGET_DEVICES += cpe510-v3
|
+TARGET_DEVICES += cpe510-v3
|
||||||
+
|
+
|
||||||
|
|
Loading…
Reference in New Issue