mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
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:
@@ -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" ] && \
|
||||
|
||||
Reference in New Issue
Block a user