From e105c613c62551bb27b6499fde530e8c248eac16 Mon Sep 17 00:00:00 2001 From: Pratham Patel Date: Sun, 1 Oct 2023 08:53:07 +0530 Subject: [PATCH] forgot make before oldconfig --- master.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/master.inc b/master.inc index bddf33b..681d7db 100644 --- a/master.inc +++ b/master.inc @@ -97,7 +97,7 @@ rm -rf kernel-tfg/ ./configure-linux.sh # "remake" the .config since './scripts/config' does not handle dependencies at all -oldconfig +make oldconfig %build source ./configure-linux.sh