From ca14eb8c10bc48bdd89409c7e77697bf767af55f Mon Sep 17 00:00:00 2001 From: emmett1 Date: Tue, 3 Sep 2024 20:41:38 +0800 Subject: linux: fix abuild --- repos/extra/linux/abuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'repos/extra/linux/abuild') diff --git a/repos/extra/linux/abuild b/repos/extra/linux/abuild index fa940011..70687043 100644 --- a/repos/extra/linux/abuild +++ b/repos/extra/linux/abuild @@ -29,7 +29,7 @@ build() { kernver=${version}$(grep CONFIG_LOCALVERSION= .config | cut -d '"' -f2) [ "$MENUCONFIG" ] && make menuconfig -cat .config > $HERE/dotconfig + make bzImage modules make INSTALL_MOD_PATH=$PKG INSTALL_MOD_STRIP=1 modules_install -- cgit v1.2.3