aboutsummaryrefslogtreecommitdiff
path: root/repos/extra/linux/abuild
diff options
context:
space:
mode:
authoremmett1 <emmett1.2miligrams@protonmail.com>2024-07-24 15:03:30 +0800
committeremmett1 <emmett1.2miligrams@protonmail.com>2024-07-24 15:03:30 +0800
commit6b2ef18fb37e6aa912f1350d65aae917cb3d6948 (patch)
tree2d921152f0e0802536ebe8a995694225f4d17d93 /repos/extra/linux/abuild
parent630ac62da06d14fb77752614eeb6cfcafebf6b58 (diff)
downloadalicelinux-6b2ef18fb37e6aa912f1350d65aae917cb3d6948.tar.gz
alicelinux-6b2ef18fb37e6aa912f1350d65aae917cb3d6948.zip
linux: updated to 6.6.41
Diffstat (limited to 'repos/extra/linux/abuild')
-rw-r--r--repos/extra/linux/abuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/repos/extra/linux/abuild b/repos/extra/linux/abuild
index e7dc9115..542ee15e 100644
--- a/repos/extra/linux/abuild
+++ b/repos/extra/linux/abuild
@@ -1,5 +1,5 @@
name=linux
-version=6.6.37
+version=6.6.41
release=1
source="https://cdn.kernel.org/pub/$name/kernel/v6.x/$name-$version.tar.xz
dotconfig"
@@ -28,7 +28,7 @@ build() {
kernver=${version}$(grep CONFIG_LOCALVERSION= .config | cut -d '"' -f2)
- #make menuconfig
+ [ "$MENUCONFIG" ] && make menuconfig
make bzImage modules
make INSTALL_MOD_PATH=$PKG INSTALL_MOD_STRIP=1 modules_install