aboutsummaryrefslogtreecommitdiff
path: root/repos/extra/linux/abuild
diff options
context:
space:
mode:
authoremmett1 <emmett1.2miligrams@protonmail.com>2024-08-30 19:37:34 +0800
committeremmett1 <emmett1.2miligrams@protonmail.com>2024-08-30 19:37:34 +0800
commit7e1dd823bfa33e2679bad3bc1c24c1be4b52759a (patch)
tree347f23296ec216bc169908f93f7974b8aea4cbb5 /repos/extra/linux/abuild
parentf26fa5cdc860f2b0c1dc7de2cbbbcafef2a7a72a (diff)
downloadalicelinux-7e1dd823bfa33e2679bad3bc1c24c1be4b52759a.tar.gz
alicelinux-7e1dd823bfa33e2679bad3bc1c24c1be4b52759a.zip
linux: updated to 6.10.6
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 542ee15e..fa940011 100644
--- a/repos/extra/linux/abuild
+++ b/repos/extra/linux/abuild
@@ -1,5 +1,5 @@
name=linux
-version=6.6.41
+version=6.10.6
release=1
source="https://cdn.kernel.org/pub/$name/kernel/v6.x/$name-$version.tar.xz
dotconfig"
@@ -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