aboutsummaryrefslogtreecommitdiff
path: root/repos/extra/linux/abuild
diff options
context:
space:
mode:
authoremmett1 <emmett1.2miligrams@protonmail.com>2025-10-06 14:25:33 +0000
committeremmett1 <emmett1.2miligrams@protonmail.com>2025-10-06 14:25:33 +0000
commit0550e84f8f19424b5c1d77d476abd6d40ea65ddf (patch)
tree3e4739dbd996b8b7bd5db06ee9a6afc1e947b058 /repos/extra/linux/abuild
parentb3dfdf0032d1d0fa27c339521aa9e53aec8b6a86 (diff)
downloadalicelinux-0550e84f8f19424b5c1d77d476abd6d40ea65ddf.tar.gz
alicelinux-0550e84f8f19424b5c1d77d476abd6d40ea65ddf.zip
linux: updated to 6.12.50
Diffstat (limited to 'repos/extra/linux/abuild')
-rw-r--r--repos/extra/linux/abuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/repos/extra/linux/abuild b/repos/extra/linux/abuild
index 2e162bcc..bbdfad23 100644
--- a/repos/extra/linux/abuild
+++ b/repos/extra/linux/abuild
@@ -1,5 +1,5 @@
name=linux
-version=6.12.45
+version=6.12.50
release=1
source="https://cdn.kernel.org/pub/$name/kernel/v6.x/$name-$version.tar.xz
dotconfig
@@ -77,4 +77,7 @@ build() {
# remove now broken symlinks
find -L $PKG/lib/modules/$kernver/build -type l -exec rm -f "{}" \;
+
+ mv $PKG/lib/modules/$kernver $PKG/lib/modules/linux
+ ln -s linux $PKG/lib/modules/$kernver
}