diff options
author | Peter Lundkvist <peter.lundkvist@gmail.com> | 2018-08-10 08:48:43 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-08-13 08:51:31 +0200 |
commit | 3337f202d65554b4ad4c50cfed8383a36abad1b0 (patch) | |
tree | f867cd6d6ec41e659039128f583df2fbba2d8612 | |
parent | f3ffac90bc7266b7d917616f3233f58e8c08a196 (diff) | |
download | upstream-3337f202d65554b4ad4c50cfed8383a36abad1b0.tar.gz upstream-3337f202d65554b4ad4c50cfed8383a36abad1b0.tar.bz2 upstream-3337f202d65554b4ad4c50cfed8383a36abad1b0.zip |
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>
-rw-r--r-- | target/linux/ath79/dts/qca9563_tplink_re450-v2.dts (renamed from target/linux/ath79/dts/qca9563_tplink_tl-re450-v2.dts) | 0 | ||||
-rw-r--r-- | target/linux/ath79/image/generic-tp-link.mk | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ath79/dts/qca9563_tplink_tl-re450-v2.dts b/target/linux/ath79/dts/qca9563_tplink_re450-v2.dts index 852f1c9784..852f1c9784 100644 --- a/target/linux/ath79/dts/qca9563_tplink_tl-re450-v2.dts +++ b/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 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) |