summaryrefslogtreecommitdiffstats
path: root/process_configs.sh
diff options
context:
space:
mode:
authorThorsten Leemhuis <fedora@leemhuis.info>2021-07-28 18:26:28 +0200
committerThorsten Leemhuis <fedora@leemhuis.info>2021-07-28 18:26:28 +0200
commit59822620d40830123a5321a93d86c47a1f68fdbf (patch)
tree13d2235c726510bd2e78a491c04781a188487731 /process_configs.sh
parent6df1357e8570ace5c08ba2611e5f991fcc762861 (diff)
parent5ab16d21834c75e9a092dffbda8a808ca480272f (diff)
downloadkernel-5.14.0-0.rc3.20210728git7d549995d4e0.31.vanilla.1.fc35.tar.gz
kernel-5.14.0-0.rc3.20210728git7d549995d4e0.31.vanilla.1.fc35.tar.xz
kernel-5.14.0-0.rc3.20210728git7d549995d4e0.31.vanilla.1.fc35.zip
Merge remote-tracking branch 'origin/rawhide' into rawhide-user-thl-vanilla-fedorakernel-5.14.0-0.rc3.20210728git7d549995d4e0.31.vanilla.1.fc35
Diffstat (limited to 'process_configs.sh')
-rwxr-xr-xprocess_configs.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/process_configs.sh b/process_configs.sh
index 1709e6dc3..8c997a5fa 100755
--- a/process_configs.sh
+++ b/process_configs.sh
@@ -145,9 +145,9 @@ parsenewconfigs()
BEGIN { inpatch=0;
outfile="none";
symbol="none"; }
- /^CONFIG_.*:$/ {
- split($0, a, ":");
- symbol=a[1];
+ /^Symbol: .*$/ {
+ split($0, a, " ");
+ symbol="CONFIG_"a[2];
outfile=BASE "/fake_"symbol
}
/-----/ {