Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
stupidloud committed Feb 15, 2024
1 parent b0cd7dc commit 217801f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/patches.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 217801f

Please sign in to comment.