From 62a27a92da314b3786c88f59d2a8116fdb9f5375 Mon Sep 17 00:00:00 2001 From: zhao Date: Mon, 24 Mar 2025 15:03:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20toolchain/build.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhao --- toolchain/build.sh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/toolchain/build.sh b/toolchain/build.sh index 3bded70..8902a0e 100644 --- a/toolchain/build.sh +++ b/toolchain/build.sh @@ -6,14 +6,6 @@ git clone -b openwrt-24.10 --single-branch --filter=blob:none https://github.com # Enter source code cd openwrt -# patch -wget https://raw.githubusercontent.com/oppen321/ZeroWrt-Action/refs/heads/master/patch/linux/0001-linux-module-video.patch -wget https://raw.githubusercontent.com/oppen321/ZeroWrt-Action/refs/heads/master/patch/linux/0002-rockchip-add-NanoPi-R4SE.patch -wget https://raw.githubusercontent.com/oppen321/ZeroWrt-Action/refs/heads/master/patch/linux/0003-include-kernel-defaults.mk.patch -git apply 0001-linux-module-video.patch -git apply 0002-rockchip-add-NanoPi-R4SE.patch -git apply 0003-include-kernel-defaults.mk.patch - # Init feeds ./scripts/feeds update -a ./scripts/feeds install -a