Skip to content

Commit

Permalink
Bump to Linux 6.1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
agners committed Mar 10, 2023
1 parent d9231bf commit bd0c81a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Documentation/kernel.md
Expand Up @@ -15,6 +15,7 @@ Default Kernel tree: 5.15
| Tinker Board | 6.1.16 |
| Odroid-C2 | 6.1.16 |
| Odroid-C4 | 6.1.16 |
| Odroid-M1 | 6.1.16 |
| Odroid-N2 | 6.1.16 |
| Odroid-XU4 | 6.1.16 |
| Generic aarch64 | 6.1.16 |
Expand Down
2 changes: 1 addition & 1 deletion buildroot-external/configs/odroid_m1_defconfig
Expand Up @@ -20,7 +20,7 @@ BR2_ROOTFS_POST_IMAGE_SCRIPT="$(BR2_EXTERNAL_HASSOS_PATH)/scripts/post-image.sh"
BR2_ROOTFS_POST_SCRIPT_ARGS="$(BR2_EXTERNAL_HASSOS_PATH)/board/hardkernel/odroid-m1 $(BR2_EXTERNAL_HASSOS_PATH)/board/hardkernel/odroid-m1/hassos-hook.sh"
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.1.15"
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.1.16"
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(BR2_EXTERNAL_HASSOS_PATH)/board/hardkernel/kernel-rockchip.config"
BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES="$(BR2_EXTERNAL_HASSOS_PATH)/kernel/hassos.config $(BR2_EXTERNAL_HASSOS_PATH)/kernel/docker.config $(BR2_EXTERNAL_HASSOS_PATH)/kernel/device-support.config $(BR2_EXTERNAL_HASSOS_PATH)/board/hardkernel/odroid-m1/kernel.config"
Expand Down

0 comments on commit bd0c81a

Please sign in to comment.