add support for mt7915, mt7615 in mac80211 package
mt7915 additionally requires working MTD, so that it can read calibration data from flash
This commit is contained in:
parent
a896c4e31c
commit
b01840fa7f
1 changed files with 8 additions and 0 deletions
|
@ -57,6 +57,14 @@ let
|
|||
WLAN_VENDOR_MEDIATEK = "y";
|
||||
MT7603E = "y";
|
||||
};
|
||||
|
||||
mt7915e = {
|
||||
MT7915E = "m";
|
||||
};
|
||||
mt7615e = {
|
||||
MT7615E = "m";
|
||||
MT7622_WMAC = "y";
|
||||
};
|
||||
mac80211_hwsim = {
|
||||
MAC80211_HWSIM = "y";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue