]> git.hungrycats.org Git - linux/commitdiff
zygo: add 'config-kernel' script to run 'make oldconfig' with KCONFIG_NOTIMESTAMP
authorZygo Blaxell <ce3g8jdj@umail.furryterror.org>
Thu, 28 Nov 2019 03:39:16 +0000 (22:39 -0500)
committerZygo Blaxell <ce3g8jdj@umail.furryterror.org>
Sat, 14 Dec 2019 04:53:04 +0000 (23:53 -0500)
(cherry picked from commit 4cc38d103bc42929ef42f3df5a344b27ab3fda45)

zygo/config-kernel [new file with mode: 0755]

diff --git a/zygo/config-kernel b/zygo/config-kernel
new file mode 100755 (executable)
index 0000000..abe750f
--- /dev/null
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -x
+KCONFIG_NOTIMESTAMP=1 make -j oldconfig && git add -f .config && git commit