regenerate.sh: Commit after defconfigs regeneration
This commit is contained in:
parent
693c6d04ee
commit
25f707f3df
1 changed files with 4 additions and 0 deletions
|
@ -31,3 +31,7 @@ mv $OUTDIR/.config $(pwd)/arch/arm64/config/a53x_defconfig
|
|||
# KSU
|
||||
make -j$(nproc --all) -C $(pwd) O=out $BUILD_ARGS a53x-ksu_defconfig >/dev/null
|
||||
mv $OUTDIR/.config $(pwd)/arch/arm64/config/a53x-ksu_defconfig
|
||||
|
||||
# Commit
|
||||
git add $(pwd)/arch/arm64/config/a53x_defconfig $(pwd)/arch/arm64/config/a53x-ksu_defconfig
|
||||
git commit -m "defconfigs: Regenerate with regenerate.sh" -m "regenerate.sh: Best work frfr"
|
||||
|
|
Loading…
Reference in a new issue