[OpenWrt-Devel] [PATCH] [19.07] ramips: add kmod-mt7615e module to Netgear R6350 image
Stijn Segers
foss at volatilesystems.org
Mon Jan 20 13:49:31 EST 2020
MT7615E support wasn't present in OpenWrt's mt76 version prior to 19.07 release, but it is now, so add the module to the image.
Signed-off-by: Stijn Segers <foss at volatilesystems.org>
---
target/linux/ramips/image/mt7621.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/ramips/image/mt7621.mk b/target/linux/ramips/image/mt7621.mk
index 53a264f527..fd3a8e558e 100644
--- a/target/linux/ramips/image/mt7621.mk
+++ b/target/linux/ramips/image/mt7621.mk
@@ -374,7 +374,7 @@ define Device/netgear_r6350
IMAGE/rootfs.bin := append-ubi | check-size $$$$(IMAGE_SIZE)
DEVICE_TITLE := Netgear R6350
DEVICE_PACKAGES := \
- kmod-mt7603 kmod-usb3 kmod-usb-ledtrig-usbport wpad-basic
+ kmod-mt7603 kmod-mt7615e kmod-usb3 kmod-usb-ledtrig-usbport wpad-basic
endef
TARGET_DEVICES += netgear_r6350
--
2.20.1
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list