-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This rolls back to buildroot tag 2021.02. The process done was: ``` revert=$(git --no-pager log --oneline 2021.02..2021.02.7 | cut -d " " -f1) for r in ${revert}; do git revert --no-edit ${r}; done ``` Note that this is a squash of all those reverts. The reason for this is that it will make the merge against 2022.02.3 much more reliable because we have a linear history from 2021.02 to 2022.02.3. And we will get back the things we are reverting anyways (just in a away that won't make git confused or generate conflicts).
- Loading branch information
Showing
1,303 changed files
with
4,450 additions
and
45,844 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
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
Oops, something went wrong.