summaryrefslogtreecommitdiffstats
path: root/configs/process_configs.sh
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@fedoraproject.org>2018-11-05 10:19:40 -0600
committerJustin M. Forbes <jforbes@fedoraproject.org>2018-11-05 10:19:40 -0600
commite88e680c2248022c1f380c93ffcde6d62ef353ab (patch)
treeffe1a7e892233e26428cd8140982a84ebb1b0f91 /configs/process_configs.sh
parent572e50297ad44da2d5cea463e2f073f08c981bae (diff)
downloadkernel-e88e680c2248022c1f380c93ffcde6d62ef353ab.tar.gz
kernel-e88e680c2248022c1f380c93ffcde6d62ef353ab.tar.xz
kernel-e88e680c2248022c1f380c93ffcde6d62ef353ab.zip
Linux v4.20-rc1
Diffstat (limited to 'configs/process_configs.sh')
-rwxr-xr-xconfigs/process_configs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/process_configs.sh b/configs/process_configs.sh
index 4de45d65a..7517e6de1 100755
--- a/configs/process_configs.sh
+++ b/configs/process_configs.sh
@@ -87,7 +87,7 @@ function process_configs()
fi
rm .newoptions
- make ARCH=$arch KCONFIG_CONFIG=$cfg oldnoconfig > /dev/null || exit 1
+ make ARCH=$arch KCONFIG_CONFIG=$cfg olddefconfig > /dev/null || exit 1
echo "# $arch" > ${cfgtmp}
cat "${cfg}" >> ${cfgtmp}
if test -n "$CHECKOPTIONS"