From: Zygo Blaxell Date: Thu, 28 Nov 2019 03:39:16 +0000 (-0500) Subject: zygo: add 'config-kernel' script to run 'make oldconfig' with KCONFIG_NOTIMESTAMP X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d09bb0381e2ec5f6ab8b3fad0933fa0c17b9db7;p=linux zygo: add 'config-kernel' script to run 'make oldconfig' with KCONFIG_NOTIMESTAMP (cherry picked from commit 4cc38d103bc42929ef42f3df5a344b27ab3fda45) --- diff --git a/zygo/config-kernel b/zygo/config-kernel new file mode 100755 index 000000000000..abe750f1084a --- /dev/null +++ b/zygo/config-kernel @@ -0,0 +1,3 @@ +#!/bin/sh +set -x +KCONFIG_NOTIMESTAMP=1 make -j oldconfig && git add -f .config && git commit