diff options
author | Christian Lamparter <chunkeey@gmail.com> | 2020-12-13 16:14:35 +0100 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2020-12-13 17:16:36 +0100 |
commit | c29f6121fda07b50f55561ceac780a3b24ebcd43 (patch) | |
tree | ea119685db2a2adf1f1f730faa766762a36fcec7 /target | |
parent | 5e9a5c15bad044820f89f6bc7e490639ef04cc77 (diff) | |
download | upstream-c29f6121fda07b50f55561ceac780a3b24ebcd43.tar.gz upstream-c29f6121fda07b50f55561ceac780a3b24ebcd43.tar.bz2 upstream-c29f6121fda07b50f55561ceac780a3b24ebcd43.zip |
bcm53xx: MR32: fix DEVICE_VENODR typo
DEVICE_VENDOR was misspelled as DEVICE_VENODR.
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
Diffstat (limited to 'target')
-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 |