From: Roger Pueyo Centelles Date: Wed, 3 Jul 2019 13:39:03 +0000 (+0200) Subject: ramips: add kmod-mt7615e to Phicomm K2P images X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=7d684b7673a7cb4f3fef366dd4f621f62fc4019c;p=openwrt%2Fstaging%2Fnbd.git ramips: add kmod-mt7615e to Phicomm K2P images Now that the mt76 driver supports the MT7615D chip found on these devices, use it. Also add the wpad-basic package. Note: the driver supports operation on both the 2.4 GHz and the 5 GHz bands, but not yet concurrently. Signed-off-by: Roger Pueyo Centelles --- diff --git a/target/linux/ramips/image/mt7621.mk b/target/linux/ramips/image/mt7621.mk index e07b343822..f80a723c15 100644 --- a/target/linux/ramips/image/mt7621.mk +++ b/target/linux/ramips/image/mt7621.mk @@ -469,6 +469,7 @@ define Device/phicomm_k2p DEVICE_VENDOR := Phicomm DEVICE_MODEL := K2P SUPPORTED_DEVICES += k2p + DEVICE_PACKAGES := kmod-mt7615e wpad-basic endef TARGET_DEVICES += phicomm_k2p