ath79: drop tl prefix for TP-Link RE450 v2

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@gmail.com>
This commit is contained in:
Peter Lundkvist 2018-08-10 08:48:43 +02:00 committed by John Crispin
parent f3ffac90bc
commit 3337f202d6
2 changed files with 2 additions and 2 deletions

View File

@ -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)