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 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