From 86e27b055d830a137faef49a12223fbb35820f16 Mon Sep 17 00:00:00 2001 From: John Doe Date: Sat, 26 Aug 2023 08:12:46 +0800 Subject: [PATCH] fix for r6c --- scripts/patches.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/patches.sh b/scripts/patches.sh index 2df4603..354062b 100644 --- a/scripts/patches.sh +++ b/scripts/patches.sh @@ -94,7 +94,7 @@ case $DEVICE in esac # add r6s support to Lean's repo -if [[ $DEVICE == 'r6s' ]]; then +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 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/.