From 6d1c932b1ab6892c861ea92d93914a175e187b08 Mon Sep 17 00:00:00 2001 From: Jan200101 Date: Mon, 27 Nov 2023 15:48:22 +0100 Subject: kernel 6.5.12 --- TOOLS/patch_configs.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'TOOLS/patch_configs.py') diff --git a/TOOLS/patch_configs.py b/TOOLS/patch_configs.py index a1447e0..722a756 100755 --- a/TOOLS/patch_configs.py +++ b/TOOLS/patch_configs.py @@ -159,6 +159,10 @@ for file in CONFIG_FILES: print(f"{file} does not have the right number of segments") exit(1) + if namesegs[0] != "kernel": + print(f"{file} does not appear to be a kernel config") + exit(1) + for file in CONFIG_FILES: filename = os.path.basename(file) print(f"Processing {filename}...") -- cgit v1.2.3