Update linux6.x.md

This commit is contained in:
骷髅头 2023-01-30 08:35:58 +08:00 committed by GitHub
parent 9d949e7b07
commit 3d0a5b88ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,8 +2,8 @@
1. 将源码下载 `git clone https://github.com/DHDAXCW/lede-rockchip`
2. 执行命令来切换6.1内核`sed -i 's/5.4/6.1/g' ./target/linux/rockchip/Makefile`
3. 删掉文件,拉取上游的 `rm -rf package/kernel/mac80211 && rm -rf package/kernel/rtl8821cu && rm -rf package/kernel/mt76`
4. 下载上游mac80211 `svn export https://github.com/openwrt/openwrt/trunk/package/kernel/mac80211 package/kernel/mac80211`
5. 下载上游mt76 `svn export https://github.com/openwrt/openwrt/trunk/package/kernel/mt76 package/kernel/mt76`
4. 下载上游mac80211 `svn export https://github.com/coolsnowwolf/lede/trunk/package/kernel/mac80211 package/kernel/mac80211`
5. 下载上游mt76 `svn export https://github.com/coolsnowwolf/lede/trunk/package/kernel/mt76 package/kernel/mt76`
6. 将在target/linux/rockchip/image/armv8.mk这个文件夹里去掉注释#,如下:
```patch
--- a/target/linux/rockchip/image/armv8.mk