forked from bricco1981/MT7622-mtkwifi
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
mrhpx
committed
Apr 13, 2024
1 parent
c37b450
commit 20c975b
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# 用于OpenWrt的MEDIATEK WIFI驱动程序 | ||
用于OpenWrt的MEDIATEK WIFI驱动程序 | ||
包含MT7622和MT7915无线驱动,包含MEDIATEK HNAT驱动。兼容linux内核5.10.x,其他内核版本自行测试。测试过的openwrt fork有:openwrt 22.03、lean's lede。附带的内核包、软件包名有:kmod-mtk-hnat、kmod-mt7622、kmod-mt_wifi、luci-app-mtwifi、l1profile | ||
|
||
使用方法: | ||
1) 克隆你需要的openwrt repo | ||
2) ,进入openwrt源码根目录,克隆本repo | ||
3) ./scripts/feeds install -a | ||
4) ./scripts/feeds install -a | ||
5) 进入到MT7622-mtkwifi目录,运行"install -n",如果luci版本低于luci18,执行"install -o" | ||
6) 根据需要选择软件包,已针对xiaomiredmiax6s修改了默认软件包 | ||
7) make menuconfig | ||
8) make | ||
|
||
|