summaryrefslogtreecommitdiffstats
path: root/configs/process_configs.sh
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@fedoraproject.org>2019-01-02 09:33:10 -0600
committerJustin M. Forbes <jforbes@fedoraproject.org>2019-01-02 09:33:10 -0600
commit3220c13b711f8850aecdafaba308ac709b80b528 (patch)
treed29e1347720f57475181ea3353a305694e417cfc /configs/process_configs.sh
parentf3a713bb2560a9007267d4878d32dc25dfa3f9f2 (diff)
downloadkernel-3220c13b711f8850aecdafaba308ac709b80b528.tar.gz
kernel-3220c13b711f8850aecdafaba308ac709b80b528.tar.xz
kernel-3220c13b711f8850aecdafaba308ac709b80b528.zip
Linux v4.20.0
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"