[openwrt/openwrt] mvebu: fix kmod for switch on wrt32x / venom
LEDE Commits
lede-commits at lists.infradead.org
Fri Jan 31 15:02:11 PST 2025
hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/eb5f98fdf97ac2293c63c4002f16bb92f1e796eb
commit eb5f98fdf97ac2293c63c4002f16bb92f1e796eb
Author: Kabuli Chana <newtownBuild at gmail.com>
AuthorDate: Thu Jan 30 17:10:08 2025 -0700
mvebu: fix kmod for switch on wrt32x / venom
commit eaa82118ead missed kmod change for wrt32x
Fixes: eaa82118eadf ("mvebu: Switch to use a module for mv88e6xxx")
Signed-off-by: Kabuli Chana <newtownBuild at gmail.com>
Link: https://github.com/openwrt/openwrt/pull/17793
Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
target/linux/mvebu/image/cortexa9.mk | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/target/linux/mvebu/image/cortexa9.mk b/target/linux/mvebu/image/cortexa9.mk
index b88de7e0a6..5430ae3457 100644
--- a/target/linux/mvebu/image/cortexa9.mk
+++ b/target/linux/mvebu/image/cortexa9.mk
@@ -319,7 +319,8 @@ define Device/linksys_wrt32x
DEVICE_ALT0_VENDOR := Linksys
DEVICE_ALT0_MODEL := 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 := kernel-bin | append-dtb
SUPPORTED_DEVICES += armada-385-linksys-venom linksys,venom
More information about the lede-commits
mailing list