Skip to content

Commit

Permalink
fix for r6c
Browse files Browse the repository at this point in the history
  • Loading branch information
stupidloud committed Aug 26, 2023
1 parent 7236ba0 commit 86e27b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/patches.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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/.
Expand Down

0 comments on commit 86e27b0

Please sign in to comment.