[OpenWrt-Devel] [PATCH] ath79: drop tl prefix for TP-Link RE450 v2
Peter Lundkvist
peter.lundkvist at gmail.com
Fri Aug 10 02:48:43 EDT 2018
This router is called RE450 and the tl prefix was used to identify it
as a TP-Link device. Drop the tl prefix since we now have tplink in
dts and device name.
Signed-off-by: Peter Lundkvist <peter.lundkvist at gmail.com>
---
.../{qca9563_tplink_tl-re450-v2.dts => qca9563_tplink_re450-v2.dts} | 0
target/linux/ath79/image/generic-tp-link.mk | 4 ++--
2 files changed, 2 insertions(+), 2 deletions(-)
rename target/linux/ath79/dts/{qca9563_tplink_tl-re450-v2.dts => qca9563_tplink_re450-v2.dts} (100%)
diff --git a/target/linux/ath79/dts/qca9563_tplink_tl-re450-v2.dts b/target/linux/ath79/dts/qca9563_tplink_re450-v2.dts
similarity index 100%
rename from target/linux/ath79/dts/qca9563_tplink_tl-re450-v2.dts
rename to target/linux/ath79/dts/qca9563_tplink_re450-v2.dts
diff --git a/target/linux/ath79/image/generic-tp-link.mk b/target/linux/ath79/image/generic-tp-link.mk
index 623252ee7d..a63c7cc48c 100644
--- a/target/linux/ath79/image/generic-tp-link.mk
+++ b/target/linux/ath79/image/generic-tp-link.mk
@@ -12,7 +12,7 @@ define Device/tplink_archer-c7-v2
endef
TARGET_DEVICES += tplink_archer-c7-v2
-define Device/tplink_tl-re450-v2
+define Device/tplink_re450-v2
$(Device/tplink)
ATH_SOC := qca9563
IMAGE_SIZE := 6016k
@@ -27,7 +27,7 @@ define Device/tplink_tl-re450-v2
append-metadata | check-size $$$$(IMAGE_SIZE)
IMAGE/factory.bin := append-rootfs | tplink-safeloader factory
endef
-TARGET_DEVICES += tplink_tl-re450-v2
+TARGET_DEVICES += tplink_re450-v2
define Device/tplink_tl-wdr3600
$(Device/tplink-8mlzma)
--
2.15.1
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list