aboutsummaryrefslogtreecommitdiff
path: root/repos/extra/linux/abuild
diff options
context:
space:
mode:
authoremmett1 <emmett1.2miligrams@protonmail.com>2025-09-07 05:16:41 +0000
committeremmett1 <emmett1.2miligrams@protonmail.com>2025-09-07 05:16:41 +0000
commitf640b4ee9d98fec302c0a631a81ac01de4a42283 (patch)
tree71b92678beb100867057e827436ad1736a570e4e /repos/extra/linux/abuild
parentc09688749462898ade41f76ed66fe67983a70c4a (diff)
downloadalicelinux-f640b4ee9d98fec302c0a631a81ac01de4a42283.tar.gz
alicelinux-f640b4ee9d98fec302c0a631a81ac01de4a42283.zip
linux: updated to 6.12.45
Diffstat (limited to 'repos/extra/linux/abuild')
-rw-r--r--repos/extra/linux/abuild24
1 files changed, 11 insertions, 13 deletions
diff --git a/repos/extra/linux/abuild b/repos/extra/linux/abuild
index 38946bd7..2e162bcc 100644
--- a/repos/extra/linux/abuild
+++ b/repos/extra/linux/abuild
@@ -1,5 +1,5 @@
name=linux
-version=6.12.41
+version=6.12.45
release=1
source="https://cdn.kernel.org/pub/$name/kernel/v6.x/$name-$version.tar.xz
dotconfig
@@ -12,20 +12,16 @@ build() {
cp $SRC/dotconfig .config
- sed '/^CONFIG_LOGO=/d' -i .config
- echo '# CONFIG_LOGO is not set' >> .config
- sed '/^CONFIG_LOGO_LINUX_CLUT224=/d' -i .config
- echo '# CONFIG_LOGO_LINUX_CLUT224 is not set' >> .config
sed '/^CONFIG_LOCALVERSION=/d' -i .config
echo 'CONFIG_LOCALVERSION="-Alice"' >> .config
- sed '/^CONFIG_IKHEADERS=/d' -i .config
- echo '# CONFIG_IKHEADERS is not set' >> .config
- sed '/^CONFIG_DEFAULT_HOSTNAME=/d' -i .config
- echo 'CONFIG_DEFAULT_HOSTNAME="alice"' >> .config
- sed '/^# CONFIG_MODULE_COMPRESS_XZ/d' -i .config
- echo 'CONFIG_MODULE_COMPRESS_XZ=y' >> .config
- sed '/^# CONFIG_EROFS_FS/d' -i .config
- echo 'CONFIG_EROFS_FS=y' >> .config
+ #sed '/^CONFIG_IKHEADERS=/d' -i .config
+ #echo '# CONFIG_IKHEADERS is not set' >> .config
+ #sed '/^# CONFIG_MODULE_COMPRESS_XZ/d' -i .config
+ #echo 'CONFIG_MODULE_COMPRESS_XZ=y' >> .config
+ #sed '/^CONFIG_FW_LOADER_COMPRESS_ZSTD/d' -i .config
+ sed '/^# CONFIG_UEVENT_HELPER/d' -i .config
+ echo 'CONFIG_UEVENT_HELPER=y' >> .config
+ echo 'CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"' >> .config
make olddefconfig
@@ -39,6 +35,8 @@ build() {
mkdir -p $PKG/boot
cp arch/x86/boot/bzImage $PKG/boot/vmlinuz-linux
+
+ touch $PKG/lib/modules/$kernver/current
make clean
make prepare