From 4e00866853a1f69acea9c8ab31000695a05e799e Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Mon, 26 Apr 2021 08:35:10 +0200 Subject: extra/linux-olpc-xo1: do not do "make olddefconfig" by default - use the config as provided, but fail if it does not apply --- extra/linux-olpc-xo1/PKGBUILD | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'extra/linux-olpc-xo1') diff --git a/extra/linux-olpc-xo1/PKGBUILD b/extra/linux-olpc-xo1/PKGBUILD index 624b88af..dc72cde5 100644 --- a/extra/linux-olpc-xo1/PKGBUILD +++ b/extra/linux-olpc-xo1/PKGBUILD @@ -51,7 +51,10 @@ prepare() { echo "Setting config..." cp ../config.${MODEL} .config - make olddefconfig + # make olddefconfig + + # rewrite configuration + yes "" | make config >/dev/null make -s kernelrelease > version echo "Prepared $pkgbase version $(