From 3337f202d65554b4ad4c50cfed8383a36abad1b0 Mon Sep 17 00:00:00 2001 From: Peter Lundkvist Date: Fri, 10 Aug 2018 08:48:43 +0200 Subject: 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 --- target/linux/ath79/image/generic-tp-link.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'target/linux/ath79/image/generic-tp-link.mk') diff --git a/target/linux/ath79/image/generic-tp-link.mk b/target/linux/ath79/image/generic-tp-link.mk index 0f8bfff8ad..4c85099a1a 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) -- cgit v1.2.3