-
Notifications
You must be signed in to change notification settings - Fork 214
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update NanoPi-R1s H5 OpenWrt Lean.yml
- Loading branch information
Showing
1 changed file
with
0 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -67,12 +67,6 @@ jobs: | |
git config --local user.email "[email protected]" && git config --local user.name "GitHub Action" | ||
git remote add upstream https://github.com/coolsnowwolf/lede && git fetch upstream | ||
git rebase 90bb1cf9c33e73de5019686b8bd495f689e675a4^ --onto upstream/master -X theirs | ||
git revert --no-edit b65f1ebf0089a2fa0d3e1ad30efc21385a013139 | ||
git revert --no-edit 2c37fa71f93d150eb67bffdc5bdac8abf5354b16 | ||
git revert --no-edit 23378ed9a481dc73923f5bfa81637a1a8056882d | ||
git revert --no-edit 4787dbaf3cad44b374b660cc0fef9386963e6795 | ||
git revert --no-edit 463b6ac0508de4788a6e41335471ced0a255e1cd | ||
git revert --no-edit 8faac30089ce616940b3e96c4f4d900aeb6b9fcb | ||
rm target/linux/allwinner-h5/patches-4.14/0001-net-thunderx-workaround-BGX-TX-Underflow-issue.patch | ||
git checkout upstream/master -- feeds.conf.default | ||
sed -i '5s/#src-git/src-git/g' feeds.conf.default | ||
|