From c29f6121fda07b50f55561ceac780a3b24ebcd43 Mon Sep 17 00:00:00 2001 From: Christian Lamparter Date: Sun, 13 Dec 2020 16:14:35 +0100 Subject: [PATCH] bcm53xx: MR32: fix DEVICE_VENODR typo DEVICE_VENDOR was misspelled as DEVICE_VENODR. Signed-off-by: Christian Lamparter --- 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 9ceb5f6212e..4918dfb1075 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 -- 2.30.2