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
eb38b36
commit f7203ec
Showing
3 changed files
with
25 additions
and
19 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
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 |
---|---|---|
@@ -1,14 +1,13 @@ | ||
# MT7622 WIFI Driver for OpenWrt | ||
|
||
MEDIATEK WIFI Driver for OpenWrt Includes MT7622 and MT7915 wireless drivers Includes MEDIATEK HNAT driver Compatible with Linux kernel 5.10.x, other kernel versions require self-testing Tested OpenWrt forks include: openwrt 22.03, lean’s lede Included kernel packages and software package names: kmod-mtk-hnat, kmod-mt7622, kmod-mt_wifi, l1profile | ||
|
||
# MediaTek WIFI Driver for OpenWrt | ||
MediaTek WIFI Driver for OpenWrt | ||
I18N: [English](README_EN.md) | [简体中文](README.md) | ||
Includes MT7622 and MT7915 wireless drivers, as well as the MediaTek HNAT driver. Compatible with Linux kernel 5.10.x; other kernel versions require self-testing. Tested OpenWrt forks include: openwrt 22.03, lean's lede. The included kernel packages and software package names are: kmod-mtk-hnat, kmod-mt7622, kmod-mt_wifi, luci-app-mtwifi, l1profile. | ||
Instructions: | ||
|
||
Clone the openwrt repo you need | ||
Navigate to the root directory of the openwrt source code and clone this repo | ||
./scripts/feeds update -a | ||
./scripts/feeds install -a | ||
Go to the MT7622-mtkwifi directory and run “install -n”, if the luci version is below luci18, execute “install -o” | ||
Select packages as needed, default packages have been modified for xiaomiredmiax6s | ||
make menuconfig | ||
make | ||
1) Clone the openwrt repo you need | ||
2) Navigate to the root directory of the openwrt source code and clone this repo | ||
3) ./scripts/feeds update -a | ||
4) ./scripts/feeds install -a | ||
5) Go to the MT7622-mtkwifi directory and run "./install.sh -n". If the luci version is below luci18, execute "./install -o" (Note: Make sure to install feeds before running install, otherwise the luci patches will not apply) | ||
6) Select packages as needed; the default packages have been modified for xiaomiredmiax6s | ||
7) make menuconfig | ||
8) make |
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