bcm53xx: MR32: fix DEVICE_VENODR typo
DEVICE_VENDOR was misspelled as DEVICE_VENODR. Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
This commit is contained in:
parent
5e9a5c15ba
commit
c29f6121fd
1 changed files with 1 additions and 1 deletions
|
@ -321,7 +321,7 @@ endef
|
||||||
TARGET_DEVICES += luxul_xwr-3150
|
TARGET_DEVICES += luxul_xwr-3150
|
||||||
|
|
||||||
define Device/meraki_mr32
|
define Device/meraki_mr32
|
||||||
DEVICE_VENODR := Meraki
|
DEVICE_VENDOR := Meraki
|
||||||
DEVICE_MODEL := MR32
|
DEVICE_MODEL := MR32
|
||||||
DEVICE_PACKAGES := $(B43) kmod-i2c-bcm-iproc kmod-i2c-gpio kmod-eeprom-at24 \
|
DEVICE_PACKAGES := $(B43) kmod-i2c-bcm-iproc kmod-i2c-gpio kmod-eeprom-at24 \
|
||||||
kmod-leds-pwm kmod-hwmon-ina2xx kmod-bluetooth
|
kmod-leds-pwm kmod-hwmon-ina2xx kmod-bluetooth
|
||||||
|
|
Loading…
Reference in a new issue