aboutsummaryrefslogtreecommitdiff
path: root/repos/extra/linux/abuild
diff options
context:
space:
mode:
authoremmett1 <emmett1.2miligrams@protonmail.com>2024-09-03 20:41:38 +0800
committeremmett1 <emmett1.2miligrams@protonmail.com>2024-09-03 20:41:38 +0800
commitca14eb8c10bc48bdd89409c7e77697bf767af55f (patch)
treeeaec37d24f45632c138180326c332682d19a6988 /repos/extra/linux/abuild
parentc737e4ae4112570496a50772877ce14044bb20d3 (diff)
downloadalicelinux-ca14eb8c10bc48bdd89409c7e77697bf767af55f.tar.gz
alicelinux-ca14eb8c10bc48bdd89409c7e77697bf767af55f.zip
linux: fix abuild
Diffstat (limited to 'repos/extra/linux/abuild')
-rw-r--r--repos/extra/linux/abuild2
1 files changed, 1 insertions, 1 deletions
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