[openwrt/openwrt] ipq40xx: use upper case for NETGEAR in DEVICE_VENDOR

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


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

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

    ipq40xx: use upper case for NETGEAR in DEVICE_VENDOR
    
    Adjust spelling of vendor name to what is used in other places.
    
    Also move definition in shared section.
    
    Signed-off-by: Moritz Warning <moritzwarning at web.de>
    [improve commit title/message]
    Signed-off-by: Adrian Schmutzler <freifunk at adrianschmutzler.de>
---
 target/linux/ipq40xx/image/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/target/linux/ipq40xx/image/Makefile b/target/linux/ipq40xx/image/Makefile
index d4188f5282..b3f2d1f755 100644
--- a/target/linux/ipq40xx/image/Makefile
+++ b/target/linux/ipq40xx/image/Makefile
@@ -594,6 +594,7 @@ TARGET_DEVICES += mobipromo_cm520-79f
 
 define Device/netgear_ex61x0v2
 	$(call Device/DniImage)
+	DEVICE_VENDOR := NETGEAR
 	DEVICE_DTS_CONFIG := config at 4
 	NETGEAR_BOARD_ID := EX6150v2series
 	NETGEAR_HW_ID := 29765285+16+0+128+2x2
@@ -603,7 +604,6 @@ endef
 
 define Device/netgear_ex6100v2
 	$(call Device/netgear_ex61x0v2)
-	DEVICE_VENDOR := Netgear
 	DEVICE_MODEL := EX6100
 	DEVICE_VARIANT := v2
 endef
@@ -611,7 +611,6 @@ TARGET_DEVICES += netgear_ex6100v2
 
 define Device/netgear_ex6150v2
 	$(call Device/netgear_ex61x0v2)
-	DEVICE_VENDOR := Netgear
 	DEVICE_MODEL := EX6150
 	DEVICE_VARIANT := v2
 endef



More information about the lede-commits mailing list