From de741cac8639f00bcae2108d7aa74f65d825950b Mon Sep 17 00:00:00 2001 From: EnumDev Date: Sun, 9 Mar 2025 12:52:10 +0200 Subject: [PATCH] Add 'make olddefconfig' to source.sh --- source.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/source.sh b/source.sh index 8114564..95d834f 100644 --- a/source.sh +++ b/source.sh @@ -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 }