diff options
author | Paul Wassi <p.wassi@gmx.at> | 2019-01-04 22:26:01 +0100 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2019-02-14 16:56:14 +0100 |
commit | ff541c5ca255f0c7e105dc7fe717f812470e39e7 (patch) | |
tree | 3877472b144106a7bdd479e015ba92df74443d09 /target/linux/ath79/image | |
parent | da1107f8a5deec6f013535af6cd0d42b8088d600 (diff) | |
download | upstream-ff541c5ca255f0c7e105dc7fe717f812470e39e7.tar.gz upstream-ff541c5ca255f0c7e105dc7fe717f812470e39e7.tar.bz2 upstream-ff541c5ca255f0c7e105dc7fe717f812470e39e7.zip |
ath79: rename TL-WR740ND-v4 to TL-WR740N-v4
Give the device the same name it had in ar71xx.
Signed-off-by: Paul Wassi <p.wassi@gmx.at>
Diffstat (limited to 'target/linux/ath79/image')
-rw-r--r-- | target/linux/ath79/image/tiny-tp-link.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/ath79/image/tiny-tp-link.mk b/target/linux/ath79/image/tiny-tp-link.mk index a7a6587889..41bea334d3 100644 --- a/target/linux/ath79/image/tiny-tp-link.mk +++ b/target/linux/ath79/image/tiny-tp-link.mk @@ -85,14 +85,14 @@ define Device/tplink_tl-wr740n-v3 endef TARGET_DEVICES += tplink_tl-wr740n-v3 -define Device/tplink_tl-wr740nd-v4 +define Device/tplink_tl-wr740n-v4 $(Device/tplink-4mlzma) ATH_SOC := ar9331 - DEVICE_TITLE := TP-LINK TL-WR740N/ND v4 + DEVICE_TITLE := TP-LINK TL-WR740N v4 TPLINK_HWID := 0x07400004 SUPPORTED_DEVICES += tl-wr740n-v4 endef -TARGET_DEVICES += tplink_tl-wr740nd-v4 +TARGET_DEVICES += tplink_tl-wr740n-v4 define Device/tplink_tl-wr741-v1 $(Device/tplink-4m) |