[openwrt/openwrt] treewide: uniform vendor name for devolo

LEDE Commits lede-commits at lists.infradead.org
Fri Nov 18 12:09:41 PST 2022


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/dc7d431b60348a8645242ef2e7e77464b3c88d7e

commit dc7d431b60348a8645242ef2e7e77464b3c88d7e
Author: Moritz Warning <moritzwarning at web.de>
AuthorDate: Thu Nov 17 17:17:54 2022 +0100

    treewide: uniform vendor name for devolo
    
    The company name is lower case on the website
    (https://www.devolo.de) and in product names.
    
    Signed-off-by: Moritz Warning <moritzwarning at web.de>
---
 target/linux/ath79/image/generic.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/target/linux/ath79/image/generic.mk b/target/linux/ath79/image/generic.mk
index c9bbb412b6..3581f616c6 100644
--- a/target/linux/ath79/image/generic.mk
+++ b/target/linux/ath79/image/generic.mk
@@ -807,7 +807,7 @@ TARGET_DEVICES += compex_wpj563
 
 define Device/devolo_dlan-pro-1200plus-ac
   SOC := ar9344
-  DEVICE_VENDOR := Devolo
+  DEVICE_VENDOR := devolo
   DEVICE_MODEL := dLAN pro 1200+ WiFi ac
   DEVICE_PACKAGES := kmod-ath10k-ct ath10k-firmware-qca988x-ct
   IMAGE_SIZE := 15872k
@@ -870,7 +870,7 @@ TARGET_DEVICES += devolo_dvl1750x
 
 define Device/devolo_magic-2-wifi
   SOC := ar9344
-  DEVICE_VENDOR := Devolo
+  DEVICE_VENDOR := devolo
   DEVICE_MODEL := Magic 2 WiFi
   DEVICE_PACKAGES := kmod-ath10k-ct ath10k-firmware-qca988x-ct
   IMAGE_SIZE := 15872k




More information about the lede-commits mailing list