Update r2s_lean_minimal.yml
This commit is contained in:
8
.github/workflows/r2s_lean_minimal.yml
vendored
8
.github/workflows/r2s_lean_minimal.yml
vendored
@@ -124,13 +124,9 @@ jobs:
|
|||||||
' >> configs/config_rk3328
|
' >> configs/config_rk3328
|
||||||
cd friendlywrt
|
cd friendlywrt
|
||||||
git config --local user.email "action@github.com" && git config --local user.name "GitHub Action"
|
git config --local user.email "action@github.com" && git config --local user.name "GitHub Action"
|
||||||
git remote add upstream https://github.com/coolsnowwolf/lede && git fetch upstream master
|
git remote add upstream https://github.com/coolsnowwolf/lede && git fetch upstream
|
||||||
git checkout -b lean upstream/master
|
git rebase adc1a9a3676b8d7be1b48b5aed185a94d8e42728^ --onto upstream/master -X theirs
|
||||||
git reset 0a395d6fd6c38c554709197ae3cd6315f143cd7a -- package/kernel/mac80211
|
git reset 0a395d6fd6c38c554709197ae3cd6315f143cd7a -- package/kernel/mac80211
|
||||||
git commit -m "Revert upgrade mac80211"
|
|
||||||
git reset --hard
|
|
||||||
git checkout master-v19.07.1
|
|
||||||
git rebase adc1a9a3676b8d7be1b48b5aed185a94d8e42728^ --onto lean -X theirs
|
|
||||||
rm target/linux/rockchip-rk3328/patches-4.14/0001-net-thunderx-workaround-BGX-TX-Underflow-issue.patch
|
rm target/linux/rockchip-rk3328/patches-4.14/0001-net-thunderx-workaround-BGX-TX-Underflow-issue.patch
|
||||||
sed -i '/ipv6/,+3d' package/base-files/files/root/setup.sh
|
sed -i '/ipv6/,+3d' package/base-files/files/root/setup.sh
|
||||||
git checkout upstream/master -- feeds.conf.default
|
git checkout upstream/master -- feeds.conf.default
|
||||||
|
|||||||
Reference in New Issue
Block a user