From 217801f2e16c22f2c197462432a4a3c170e42139 Mon Sep 17 00:00:00 2001 From: John Doe Date: Thu, 15 Feb 2024 10:20:09 +0800 Subject: [PATCH] update --- scripts/patches.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/patches.sh b/scripts/patches.sh index 71c359f..8d47f9d 100644 --- a/scripts/patches.sh +++ b/scripts/patches.sh @@ -97,6 +97,7 @@ esac if [[ $DEVICE == 'r6s' || $DEVICE == 'r6c' ]]; then pip3 install pylibfdt cd ~ && rm -rf immortalwrt/ && git clone -b master --depth=1 https://github.com/immortalwrt/immortalwrt && cd immortalwrt + git revert --no-edit 3bc7cfe0923ea23626a4e8c666c4a4b64a78f195 #cpufreq mv include/kernel-6.1 ~/lede/include/ rsync -a --delete target/linux/rockchip/. ~/lede/target/linux/rockchip/. && rsync -a --delete target/linux/generic/. ~/lede/target/linux/generic/. && rsync -a --delete package/boot/. ~/lede/package/boot/. cd ~/lede