Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion board/mister/de10nano/patches/linux/linux.hash
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
# A kernel bump (manual, or Renovate under P4.7) MUST update this line from the
# signed manifest for the new version, or the build will fail closed -- which is
# the intended behaviour.
sha256 ba2f60f858bf4d1f929101faa356c93dc8b925b17aaa9f95eabd4627758df613 linux-6.18.51.tar.xz
sha256 2b69564f7d4fea0c859b1959ba33709ee6e9139bd100e30a853b57159a8221b8 linux-6.18.52.tar.xz

# The RT / beta kernel's hash is NOT here any more: since ADR 0030 Phase C the
# variant is package/linux-rt and its tarball hash lives in
Expand Down
2 changes: 1 addition & 1 deletion configs/mister_de10nano_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ BR2_ROOTFS_POST_BUILD_SCRIPT="../../board/mister/de10nano/post-build.sh"
BR2_ROOTFS_POST_IMAGE_SCRIPT="../../board/mister/de10nano/post-image.sh"
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.18.51"
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.18.52"
BR2_LINUX_KERNEL_PATCH="$(BR2_EXTERNAL_MISTER_PATH)/board/mister/de10nano/linux-patches"
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(BR2_EXTERNAL_MISTER_PATH)/board/mister/de10nano/linux.config"
Expand Down
Loading