From 4104b09ce2f085a0e395d4da0d01eca1c406c6ed Mon Sep 17 00:00:00 2001 From: OPPEN321 Date: Fri, 26 Sep 2025 08:53:09 +0800 Subject: [PATCH] Update 00-prepare_base.sh --- scripts/00-prepare_base.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/scripts/00-prepare_base.sh b/scripts/00-prepare_base.sh index 58692fc..ddfa923 100644 --- a/scripts/00-prepare_base.sh +++ b/scripts/00-prepare_base.sh @@ -64,6 +64,13 @@ CONFIG_LRNG_SELFTEST=y # CONFIG_LRNG_SELFTEST_PANIC is not set ' >>./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 + +# ppp_fix +wget -qO - https://github.com/immortalwrt/immortalwrt/commit/9d852a0.patch | patch -p1 ### Other Kernel Hack 部分 ### # make olddefconfig