fix for r6c

This commit is contained in:
John Doe
2023-08-26 08:12:46 +08:00
parent 7236ba0046
commit 86e27b055d

View File

@@ -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/.