Skip to content
This repository has been archived by the owner on Jan 23, 2025. It is now read-only.

Commit

Permalink
linux-6.12: bump to 6.12.9
Browse files Browse the repository at this point in the history
Signed-off-by: sbwml <[email protected]>
  • Loading branch information
sbwml committed Jan 10, 2025
1 parent 886a9c4 commit 84f4a34
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 34 deletions.
5 changes: 0 additions & 5 deletions openwrt/scripts/01-prepare_base-mainline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,6 @@ else
fi
cp -a target/linux/generic-6.12/* target/linux/generic

# additional patches
curl -s $mirror/tags/patches/patch.list | while read -r patch_file; do
curl -s $mirror/tags/patches/$patch_file > target/linux/generic/hack-6.12/$patch_file
done

# bcm53xx - fix build kernel with clang
[ "$platform" = "bcm53xx" ] && [ "$KERNEL_CLANG_LTO" = "y" ] && rm -f target/linux/generic/hack-6.6/220-arm-gc_sections.patch target/linux/generic/hack-6.12/220-arm-gc_sections.patch

Expand Down
4 changes: 2 additions & 2 deletions tags/kernel-6.12
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
LINUX_VERSION-6.12 = .8
LINUX_KERNEL_HASH-6.12.8 = 2291da065ca04b715c89ee50362aec3f021a7414bc963f1b56736682c8122979
LINUX_VERSION-6.12 = .9
LINUX_KERNEL_HASH-6.12.9 = 87be0360df0931b340d2bac35161a548070fbc3a8c352c49e21e96666c26aeb4

This file was deleted.

1 change: 0 additions & 1 deletion tags/patches/patch.list

This file was deleted.

0 comments on commit 84f4a34

Please sign in to comment.