From 9f90074db72a731abe7ab9125a367c71cf75bec6 Mon Sep 17 00:00:00 2001 From: Ju Se Hoon Date: Tue, 8 Jan 2019 17:54:19 +0900 Subject: [PATCH] ramips: add kmod-mt76x2 to WeVo 11AC NAS The WeVo 11AC NAS has a MT7612E 802.11ac chip on the PCB. Signed-off-by: Ju Se Hoon [renamed author from Albis-dev to real name, editted commit message] Signed-off-by: Christian Lamparter --- 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 0e5e48770c..06f8bef86e 100644 --- a/target/linux/ramips/image/mt7621.mk +++ b/target/linux/ramips/image/mt7621.mk @@ -88,7 +88,7 @@ define Device/11acnas DTS := 11ACNAS IMAGE_SIZE := $(ralink_default_fw_size_16M) DEVICE_TITLE := WeVO 11AC NAS Router - DEVICE_PACKAGES := kmod-mt7603 kmod-usb3 kmod-usb-ledtrig-usbport wpad-basic + DEVICE_PACKAGES := kmod-mt7603 kmod-mt76x2 kmod-usb3 kmod-usb-ledtrig-usbport wpad-basic endef TARGET_DEVICES += 11acnas -- 2.30.2