aboutsummaryrefslogtreecommitdiff
path: root/repos/extra/linux/abuild
diff options
context:
space:
mode:
authoremmett1 <emmett1.2miligrams@protonmail.com>2025-09-07 22:57:45 +0800
committeremmett1 <emmett1.2miligrams@protonmail.com>2025-09-07 22:57:45 +0800
commitc2fd7f0627731a02b54202d1cd213b90750e2ae9 (patch)
tree193ab12cca72d04bfb65b531d844283a518173a5 /repos/extra/linux/abuild
parent46a3ea2d3e4faea115aa31c2bbc8f1f3de550231 (diff)
parentf640b4ee9d98fec302c0a631a81ac01de4a42283 (diff)
downloadalicelinux-c2fd7f0627731a02b54202d1cd213b90750e2ae9.tar.gz
alicelinux-c2fd7f0627731a02b54202d1cd213b90750e2ae9.zip
Merge branch 'main' of https://codeberg.org/emmett1/alicelinux
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