Commit 92d10ae 1 parent 51dd712 commit 92d10ae Copy full SHA for 92d10ae
File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ if [[ $DEVICE == 'r6s' || $DEVICE == 'r6c' ]]; then
99
99
cd ~ && rm -rf immortalwrt/ && git clone -b master https://github.com/immortalwrt/immortalwrt && cd immortalwrt
100
100
git revert --no-commit 3bc7cfe0923ea23626a4e8c666c4a4b64a78f195 # cpufreq
101
101
mv include/kernel-6.1 ~ /lede/include/
102
- 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/.
102
+ 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/. && cp -a include/u-boot.mk ~ /lede/include/u-boot.mk
103
103
cd ~ /lede
104
104
wget https://github.com/coolsnowwolf/lede/raw/master/target/linux/generic/hack-6.1/952-add-net-conntrack-events-support-multiple-registrant.patch
105
105
wget https://github.com/coolsnowwolf/lede/raw/master/target/linux/generic/hack-6.1/953-net-patch-linux-kernel-to-support-shortcut-fe.patch
You can’t perform that action at this time.
0 commit comments