Add 'make olddefconfig' to source.sh

This commit is contained in:
2025-03-09 12:52:10 +02:00
parent fce2f58283
commit de741cac86
+1
View File
@@ -18,6 +18,7 @@ prepare() {
# The build function is executed in the source directory
# This function is used to compile the source code
build() {
make olddefconfig
make
make headers
}