This commit is contained in:
2023-07-03 22:41:24 +08:00
parent 3b31355206
commit 995c66385a
3 changed files with 8669 additions and 0 deletions

View File

@@ -36,6 +36,10 @@ if [[ $2 == 1 ]]; then
else
cp ../config .config
fi
echo $VERSION | grep 4.14
if [[ $? == 0 ]]; then
cp ../config-4.19.0-10-amd64 .config
fi
#
# disable DEBUG_INFO to speedup build
scripts/config --disable DEBUG_INFO