[source] ramips: add MT7603E driver to AFoundry EW1200
LEDE Commits
lede-commits at lists.infradead.org
Sat Jun 24 13:38:04 PDT 2017
mkresin pushed a commit to source.git, branch master:
https://git.lede-project.org/1faff3b7e3d15aca2fbde07fa2c26d60de73ce55
commit 1faff3b7e3d15aca2fbde07fa2c26d60de73ce55
Author: Mathias Kresin <dev at kresin.me>
AuthorDate: Fri Jun 23 07:57:32 2017 +0200
ramips: add MT7603E driver to AFoundry EW1200
Add the MT7603E driver for the 2.4GHz wireless.
Signed-off-by: Mathias Kresin <dev at kresin.me>
---
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 3475a42..95d837b 100644
--- a/target/linux/ramips/image/mt7621.mk
+++ b/target/linux/ramips/image/mt7621.mk
@@ -60,7 +60,7 @@ define Device/ew1200
IMAGE_SIZE := $(ralink_default_fw_size_16M)
DEVICE_TITLE := AFOUNDRY EW1200
DEVICE_PACKAGES := \
- kmod-ata-core kmod-ata-ahci kmod-mt76x2 kmod-usb3 \
+ kmod-ata-core kmod-ata-ahci kmod-mt76x2 kmod-mt7603 kmod-usb3 \
kmod-usb-ledtrig-usbport wpad-mini
endef
TARGET_DEVICES += ew1200
More information about the lede-commits
mailing list