finally fixing the issues

This commit is contained in:
Crimson Hawk 2024-07-12 22:44:18 +08:00
parent bb93e505a1
commit 1de3bc46bd
Signed by: CrimsonHawk
GPG key ID: 0804DD39BB9BF5AC

View file

@ -61,11 +61,8 @@ prepare() {
done done
echo "Setting config..." echo "Setting config..."
make oldconfig
cp ../config .config cp ../config .config
mkdir ./include
mkdir ./include/config
touch ./include/config/auto.conf
cp ../config ./include/config/auto.conf
#diff -u ../config .config || : #diff -u ../config .config || :