From 3d0a5b88abb1643c8e1cd0370513c1b2d3a6201a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AA=B7=E9=AB=85=E5=A4=B4?= <74764072+DHDAXCW@users.noreply.github.com> Date: Mon, 30 Jan 2023 08:35:58 +0800 Subject: [PATCH] Update linux6.x.md --- linux6.x.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linux6.x.md b/linux6.x.md index a27fe3a09..453ba532a 100644 --- a/linux6.x.md +++ b/linux6.x.md @@ -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