aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/image/mt7621.mk
diff options
context:
space:
mode:
authorINAGAKI Hiroshi <musashino.open@gmail.com>2019-06-25 22:20:44 +0900
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>2020-06-21 20:52:30 +0200
commit39f2f9b1bf719ff11a4497cbfa6de4e3380e35bc (patch)
treef9bd6b011532bf1226c3256c2f470336fe825c2c /target/linux/ramips/image/mt7621.mk
parentb5ae70d0530d1a733816f921ae0fe4dd58251fbb (diff)
downloadupstream-39f2f9b1bf719ff11a4497cbfa6de4e3380e35bc.tar.gz
upstream-39f2f9b1bf719ff11a4497cbfa6de4e3380e35bc.tar.bz2
upstream-39f2f9b1bf719ff11a4497cbfa6de4e3380e35bc.zip
ramips: add MT7615 wireless support for ELECOM WRC-GST devices
ELECOM WRC-1900GST and WRC-2533GST have two MT7615 chips for 2.4/5 GHz wireless. Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com> [WRC-1900GST] Acked-by: NOGUCHI Hiroshi <drvlabo@gmail.com>
Diffstat (limited to 'target/linux/ramips/image/mt7621.mk')
-rw-r--r--target/linux/ramips/image/mt7621.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ramips/image/mt7621.mk b/target/linux/ramips/image/mt7621.mk
index ff4dca91b8..848a0785fb 100644
--- a/target/linux/ramips/image/mt7621.mk
+++ b/target/linux/ramips/image/mt7621.mk
@@ -291,6 +291,7 @@ define Device/elecom_wrc-1900gst
IMAGES += factory.bin
IMAGE/factory.bin := $$(sysupgrade_bin) | check-size | \
elecom-gst-factory WRC-1900GST 0.00
+ DEVICE_PACKAGES := kmod-mt7615e kmod-mt7615-firmware wpad-basic
endef
TARGET_DEVICES += elecom_wrc-1900gst
@@ -302,6 +303,7 @@ define Device/elecom_wrc-2533gst
IMAGES += factory.bin
IMAGE/factory.bin := $$(sysupgrade_bin) | check-size | \
elecom-gst-factory WRC-2533GST 0.00
+ DEVICE_PACKAGES := kmod-mt7615e kmod-mt7615-firmware wpad-basic
endef
TARGET_DEVICES += elecom_wrc-2533gst