[openwrt/openwrt] bcm53xx: use correct case for TP-Link in DEVICE_VENDOR

LEDE Commits lede-commits at lists.infradead.org
Sat Dec 19 15:22:44 EST 2020


adrian pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/d69ec61f7d51f4fb671345043bc6d8e4fe916815

commit d69ec61f7d51f4fb671345043bc6d8e4fe916815
Author: Moritz Warning <moritzwarning at web.de>
AuthorDate: Sat Dec 19 17:43:52 2020 +0100

    bcm53xx: use correct case for TP-Link in DEVICE_VENDOR
    
    Adjust spelling of vendor names to what is used in other places.
    
    Signed-off-by: Moritz Warning <moritzwarning at web.de>
    [improve commit title/message]
    Signed-off-by: Adrian Schmutzler <freifunk at adrianschmutzler.de>
---
 target/linux/bcm53xx/image/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/target/linux/bcm53xx/image/Makefile b/target/linux/bcm53xx/image/Makefile
index 4918dfb107..00141118a1 100644
--- a/target/linux/bcm53xx/image/Makefile
+++ b/target/linux/bcm53xx/image/Makefile
@@ -433,7 +433,7 @@ endef
 TARGET_DEVICES += tenda_ac9
 
 define Device/tplink_archer-c5-v2
-  DEVICE_VENDOR := TP-LINK
+  DEVICE_VENDOR := TP-Link
   DEVICE_MODEL := Archer C5
   DEVICE_VARIANT := v2
   DEVICE_PACKAGES := $(B43) $(USB2_PACKAGES)
@@ -445,7 +445,7 @@ endef
 TARGET_DEVICES += tplink_archer-c5-v2
 
 define Device/tplink_archer-c9-v1
-  DEVICE_VENDOR := TP-LINK
+  DEVICE_VENDOR := TP-Link
   DEVICE_MODEL := Archer C9
   DEVICE_VARIANT := v1
   DEVICE_PACKAGES := $(USB3_PACKAGES)



More information about the lede-commits mailing list