From c7d5d6ab06d857e01360a7060e640f3d0be4f394 Mon Sep 17 00:00:00 2001 From: OPPEN321 Date: Sun, 19 Oct 2025 23:53:21 +0800 Subject: [PATCH] Update 00-prepare_base.sh --- scripts/00-prepare_base.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/scripts/00-prepare_base.sh b/scripts/00-prepare_base.sh index f86f5b1..4c7b40a 100644 --- a/scripts/00-prepare_base.sh +++ b/scripts/00-prepare_base.sh @@ -12,12 +12,6 @@ rm -rf package/0001-linux-module-video.patch # 修复 Rust 报错 sed -i 's/ci-llvm=true/ci-llvm=false/g' feeds/packages/lang/rust/Makefile -# 移除 SNAPSHOT 标签 -#sed -i 's,-SNAPSHOT,,g' include/version.mk -#sed -i 's,-SNAPSHOT,,g' package/base-files/image-config.in -#sed -i '/CONFIG_BUILDBOT/d' include/feeds.mk -#sed -i 's/;)\s*\\/; \\/' include/feeds.mk - ### FW4 ### cp -rf ../OpenBox/firewall4/Makefile ./package/network/config/firewall4/Makefile sed -i 's|$(PROJECT_GIT)/project|https://github.com/openwrt|g' package/network/config/firewall4/Makefile