Sunxi 5.18 (#3908)

* sunxi-5.18: add new megous patches

* switch to v5.18.5: exclude a previously applied patch

* fix: tools/mk_format_patch: numbered=false by default

* sunxi-5.18: rebasing and extraction using the mk_format_patch script
This commit is contained in:
The-going
2022-06-20 16:31:38 +03:00
committed by GitHub
parent e80e598007
commit 176c05d4b0
78 changed files with 1089 additions and 860 deletions

View File

@@ -55,12 +55,13 @@ mk_patch_series ()
local target_name
local target_dir
local mess=""
numbered=${numbered:-false}
echo -e "\nLOCAL GIT URL =: [\033[1;34m$url_t\033[0m]"
echo -e "revision range =: [\033[1;34m$range\033[0m]"
echo -e "target folder for patches =: [\033[1;34m$target\033[0m]"
echo -e "prefix =: [\033[1;34m$prefix\033[0m]"
echo -e "numbered =: [\033[1;31m${numbered:-false}\033[0m]\n"
echo -e "numbered =: [\033[1;31m${numbered}\033[0m]\n"
[ -d $url_t ] || mess+=" bad url [$url_t]\n"
[ "$(git -C $url_t rev-parse --git-dir 2>/dev/null)" != ".git" ] && \