diff options
| author | Christian Lamparter | 2020-12-13 15:14:35 +0000 |
|---|---|---|
| committer | Christian Lamparter | 2020-12-13 16:16:36 +0000 |
| commit | c29f6121fda07b50f55561ceac780a3b24ebcd43 (patch) | |
| tree | ea119685db2a2adf1f1f730faa766762a36fcec7 | |
| parent | 5e9a5c15bad044820f89f6bc7e490639ef04cc77 (diff) | |
| download | openwrt-c29f6121fda07b50f55561ceac780a3b24ebcd43.tar.gz | |
bcm53xx: MR32: fix DEVICE_VENODR typo
DEVICE_VENDOR was misspelled as DEVICE_VENODR.
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
| -rw-r--r-- | target/linux/bcm53xx/image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |