From ee17a3895cc0920c67659ef5ef0df03cf4e893e1 Mon Sep 17 00:00:00 2001 From: John Doe Date: Thu, 7 Dec 2023 16:51:25 +0800 Subject: [PATCH] fix --- scripts/patches.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/patches.sh b/scripts/patches.sh index f866499..503fa89 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 + 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 wget https://github.com/coolsnowwolf/lede/raw/master/target/linux/generic/hack-6.1/952-add-net-conntrack-events-support-multiple-registrant.patch