]> git.ipfire.org Git - ipfire-3.x.git/blobdiff - kernel/scripts/configcommon.py
kernel: Update to 4.18.9
[ipfire-3.x.git] / kernel / scripts / configcommon.py
index 54f355add30412611e35924e75d5675f63aff24c..003b562ec55766110cd7fbd5843a1d6246fc7e64 100755 (executable)
@@ -27,6 +27,9 @@ for filename in filelist:
                if line.endswith("Kernel Configuration"):
                        continue
 
+               if line.startswith("# Compiler:"):
+                       continue
+
                option = value = None
 
                m = re.match("^# (.*) is not set$", line)