From 1b03fe22828fb664d3d64f58b13173c8a9e61d98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AA=B7=E9=AB=85=E5=A4=B4?= Date: Tue, 2 May 2023 16:15:03 +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 907c4d34e..cbc47ed9f 100644 --- a/linux6.x.md +++ b/linux6.x.md @@ -8,8 +8,8 @@ rm -rf package/network/services/hostapd ``` 3.下载openwrt官网部分文件 ```bash -svn export https://github.com/DHDAXCW/openwrt-beta/trunk/package/kernel/mac80211 package/kernel/mac80211 -svn export https://github.com/DHDAXCW/openwrt-beta/trunk/package/network/services/hostapd package/network/services/hostapd +svn export https://github.com/openwrt/openwrt/trunk/package/kernel/mac80211 package/kernel/mac80211 +svn export https://github.com/openwrt/openwrt/trunk/package/network/services/hostapd package/network/services/hostapd ``` 4. 将在target/linux/rockchip/image/armv8.mk这个文件夹里,去掉注释#,如下: ```patch