From 4cd67e82f3fcb3cdcfb8643642f613865818e806 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 27 Sep 2022 17:37:10 +0200 Subject: extra/linux-pae: fix hanging --- extra/linux-pae/PKGBUILD | 2 ++ 1 file changed, 2 insertions(+) (limited to 'extra/linux-pae') diff --git a/extra/linux-pae/PKGBUILD b/extra/linux-pae/PKGBUILD index bbb52a48..761df611 100644 --- a/extra/linux-pae/PKGBUILD +++ b/extra/linux-pae/PKGBUILD @@ -52,6 +52,8 @@ END # don't run depmod on 'make install'. We'll do this ourselves in packaging sed -i '2iexit 0' scripts/depmod.sh + make olddefconfig + # get kernel version make prepare -- cgit v1.2.3-54-g00ecf