mvebu: fix kmod for switch on wrt32x / venom
commiteaa82118ea
missed kmod change for wrt32x Fixes:eaa82118ea
("mvebu: Switch to use a module for mv88e6xxx") Signed-off-by: Kabuli Chana <newtownBuild@gmail.com> Link: https://github.com/openwrt/openwrt/pull/17793 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
084618f8db
commit
eb5f98fdf9
1 changed files with 2 additions and 1 deletions
|
@ -319,7 +319,8 @@ define Device/linksys_wrt32x
|
||||||
DEVICE_ALT0_VENDOR := Linksys
|
DEVICE_ALT0_VENDOR := Linksys
|
||||||
DEVICE_ALT0_MODEL := Venom
|
DEVICE_ALT0_MODEL := Venom
|
||||||
DEVICE_DTS := armada-385-linksys-venom
|
DEVICE_DTS := armada-385-linksys-venom
|
||||||
DEVICE_PACKAGES += kmod-btmrvl kmod-mwifiex-sdio mwlwifi-firmware-88w8964
|
DEVICE_PACKAGES += kmod-btmrvl kmod-mwifiex-sdio mwlwifi-firmware-88w8964 \
|
||||||
|
kmod-dsa-mv88e6xxx
|
||||||
KERNEL_SIZE := 6144k
|
KERNEL_SIZE := 6144k
|
||||||
KERNEL := kernel-bin | append-dtb
|
KERNEL := kernel-bin | append-dtb
|
||||||
SUPPORTED_DEVICES += armada-385-linksys-venom linksys,venom
|
SUPPORTED_DEVICES += armada-385-linksys-venom linksys,venom
|
||||||
|
|
Loading…
Reference in a new issue