Skip to content
This repository has been archived by the owner on Oct 29, 2023. It is now read-only.

Commit

Permalink
board/speedsaver: bump kernel to 6.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbmckinley committed Mar 22, 2023
1 parent 6b5d101 commit 17759db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions configs/speedsaver_defconfig
Expand Up @@ -2,11 +2,11 @@ BR2_arm=y
BR2_cortex_a7=y
BR2_ARM_FPU_NEON=y
BR2_ARM_INSTRUCTIONS_THUMB2=y
BR2_TOOLCHAIN_EXTERNAL=y
BR2_TOOLCHAIN_EXTERNAL_BOOTLIN=y
BR2_CCACHE=y
BR2_GLOBAL_PATCH_DIR="$(BR2_EXTERNAL_SPEEDSAVER_LICHEE_PATH)/board/speedsaver/rootfs_patches"
BR2_PER_PACKAGE_DIRECTORIES=y
BR2_TOOLCHAIN_EXTERNAL=y
BR2_TOOLCHAIN_EXTERNAL_BOOTLIN=y
BR2_TARGET_GENERIC_HOSTNAME="speedsaver"
BR2_TARGET_GENERIC_ISSUE="Welcome to Buildroot for Speedsaver"
BR2_INIT_SYSTEMD=y
Expand All @@ -20,7 +20,7 @@ BR2_ROOTFS_POST_IMAGE_SCRIPT="$(BR2_EXTERNAL_SPEEDSAVER_LICHEE_PATH)/board/speed
BR2_ROOTFS_POST_SCRIPT_ARGS="-c $(BR2_EXTERNAL_SPEEDSAVER_LICHEE_PATH)/board/speedsaver/utilities/genimage.cfg"
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.1.7"
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.2.8"
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(BR2_EXTERNAL_SPEEDSAVER_LICHEE_PATH)/board/speedsaver/configs/linux.config"
BR2_LINUX_KERNEL_DTS_SUPPORT=y
Expand Down

0 comments on commit 17759db

Please sign in to comment.