From cda123fe69fd4a94a3b0e8c5c1f5d35c81e36c99 Mon Sep 17 00:00:00 2001 From: INAGAKI Hiroshi Date: Thu, 27 Jun 2019 12:27:27 +0900 Subject: ramips: add MT7615 wireless support for ELECOM WRC-1167GHBK2-S ELECOM WRC-1167GHBK2-S has a MediaTek MT7615D chip for 2.4/5 GHz wireless. A driver package for MT7615 chip is added to OpenWrt in a0e5ca4f3523b9eef96bff32e45f6fa8275b982f, so add preliminary MT7615 chip support for WRC-1167GHBK2-S. Note: Currently, DBDC mode for MT7615 is not supported in mt76 driver. Signed-off-by: INAGAKI Hiroshi --- target/linux/ramips/image/mt7621.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'target/linux/ramips/image/mt7621.mk') diff --git a/target/linux/ramips/image/mt7621.mk b/target/linux/ramips/image/mt7621.mk index e2928c80ce..a48aedd661 100644 --- a/target/linux/ramips/image/mt7621.mk +++ b/target/linux/ramips/image/mt7621.mk @@ -181,6 +181,7 @@ define Device/elecom_wrc-1167ghbk2-s IMAGES += factory.bin IMAGE/factory.bin := $$(sysupgrade_bin) | check-size $$$$(IMAGE_SIZE) |\ elecom-wrc-factory WRC-1167GHBK2-S 0.00 + DEVICE_PACKAGES := kmod-mt7615e wpad-basic endef TARGET_DEVICES += elecom_wrc-1167ghbk2-s -- cgit v1.2.3