From 9c740be91aa09e72738b93845884a62126d0cfc5 Mon Sep 17 00:00:00 2001 From: Kwonelee <995546054@qq.com> Date: Tue, 30 Sep 2025 17:05:48 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E8=B0=83=E6=95=B4natmap=E5=92=8CS&P?= =?UTF-8?q?=E6=89=A7=E8=A1=8C=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/01-prepare_package.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/01-prepare_package.sh b/scripts/01-prepare_package.sh index 5bff873..829244e 100644 --- a/scripts/01-prepare_package.sh +++ b/scripts/01-prepare_package.sh @@ -104,7 +104,7 @@ patch -p1 < ../OpenBox/luci/applications/luci-app-frpc/002-luci-app-frpc-add-ena # natmap sed -i 's/log_stdout:bool:1/log_stdout:bool:0/g;s/log_stderr:bool:1/log_stderr:bool:0/g' feeds/packages/net/natmap/files/natmap.init pushd feeds/luci -cat ../OpenBox/luci/applications/luci-app-natmap/0001-luci-app-natmap-add-default-STUN-server-lists.patch | patch -p1 +patch -p1 <../../../OpenBox/luci/applications/luci-app-natmap/0001-luci-app-natmap-add-default-STUN-server-lists.patch popd # samba4 - bump version @@ -139,7 +139,7 @@ git clone https://github.com/sbwml/package_new_ftp package/new/ftp # SSRP & Passwall rm -rf feeds/packages/net/{xray-core,v2ray-core,v2ray-geodata,sing-box} -git clone -b openwrt-24.10 https://github.com/BlueStack-Sky/openwrt_helloworld package/new/helloworld +git clone -b openwrt-24.10 https://github.com/QuickWrt/openwrt_helloworld package/new/helloworld # openlist git clone https://github.com/sbwml/luci-app-openlist2 package/new/openlist --depth=1 From c4945a9f36fc872b8a84967e56e54ec00f3012c0 Mon Sep 17 00:00:00 2001 From: Kwonelee <995546054@qq.com> Date: Tue, 30 Sep 2025 17:07:32 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BA=91=E7=BC=96?= =?UTF-8?q?=E8=AF=91=E6=8A=A5=E9=94=99=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/00-prepare_base.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/00-prepare_base.sh b/scripts/00-prepare_base.sh index 68a6cd8..0fe02e7 100644 --- a/scripts/00-prepare_base.sh +++ b/scripts/00-prepare_base.sh @@ -68,12 +68,12 @@ CONFIG_LRNG_SELFTEST=y ' >>./target/linux/generic/config-6.6 # 6.17_ppp_performance -wget https://github.com/torvalds/linux/commit/95d0d094.patch -O target/linux/generic/pending-6.6/999-1-95d0d09.patch -wget https://github.com/torvalds/linux/commit/1a3e9b7a.patch -O target/linux/generic/pending-6.6/999-2-1a3e9b7.patch -wget https://github.com/torvalds/linux/commit/7eebd219.patch -O target/linux/generic/pending-6.6/999-3-7eebd21.patch +wget https://github.com/torvalds/linux/commit/95d0d094ba26432ec467e2260f4bf553053f1f8f.patch -O target/linux/generic/pending-6.6/999-1-95d0d09.patch +wget https://github.com/torvalds/linux/commit/1a3e9b7a6b09e8ab3d2af019e4a392622685855e.patch -O target/linux/generic/pending-6.6/999-2-1a3e9b7.patch +wget https://github.com/torvalds/linux/commit/7eebd219feda99df8292a97faff895a5da8159d6.patch -O target/linux/generic/pending-6.6/999-3-7eebd21.patch # ppp_fix -wget -qO - https://github.com/immortalwrt/immortalwrt/commit/9d852a0.patch | patch -p1 +wget -qO - https://github.com/immortalwrt/immortalwrt/commit/9d852a05bd50b1c332301eecbcac1fa71be637d6.patch | patch -p1 ### Other Kernel Hack 部分 ### # make olddefconfig