[openwrt/openwrt] bcm53xx: MR32: fix DEVICE_VENODR typo

LEDE Commits lede-commits at lists.infradead.org
Sun Dec 13 13:59:47 EST 2020


chunkeey pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/c29f6121fda07b50f55561ceac780a3b24ebcd43

commit c29f6121fda07b50f55561ceac780a3b24ebcd43
Author: Christian Lamparter <chunkeey at gmail.com>
AuthorDate: Sun Dec 13 16:14:35 2020 +0100

    bcm53xx: MR32: fix DEVICE_VENODR typo
    
    DEVICE_VENDOR was misspelled as DEVICE_VENODR.
    
    Signed-off-by: Christian Lamparter <chunkeey at gmail.com>
---
 target/linux/bcm53xx/image/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/bcm53xx/image/Makefile b/target/linux/bcm53xx/image/Makefile
index 9ceb5f6212..4918dfb107 100644
--- a/target/linux/bcm53xx/image/Makefile
+++ b/target/linux/bcm53xx/image/Makefile
@@ -321,7 +321,7 @@ endef
 TARGET_DEVICES += luxul_xwr-3150
 
 define Device/meraki_mr32
-  DEVICE_VENODR := Meraki
+  DEVICE_VENDOR := Meraki
   DEVICE_MODEL := MR32
   DEVICE_PACKAGES := $(B43) kmod-i2c-bcm-iproc kmod-i2c-gpio kmod-eeprom-at24 \
 	kmod-leds-pwm kmod-hwmon-ina2xx kmod-bluetooth



More information about the lede-commits mailing list