Skip to content

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 28, 2023
1 parent 8762838 commit 7a08be2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions configs/speedsaver_defconfig
Expand Up @@ -2,12 +2,12 @@ BR2_arm=y
BR2_cortex_a7=y
BR2_ARM_FPU_NEON=y
BR2_ARM_INSTRUCTIONS_THUMB2=y
BR2_CCACHE=y
BR2_GLOBAL_PATCH_DIR="$(BR2_EXTERNAL_SPEEDSAVER_PATH)/board/speedsaver/rootfs_patches"
BR2_PER_PACKAGE_DIRECTORIES=y
BR2_TOOLCHAIN_EXTERNAL=y
BR2_TOOLCHAIN_EXTERNAL_BOOTLIN=y
BR2_TOOLCHAIN_EXTERNAL_GDB_SERVER_COPY=y
BR2_CCACHE=y
BR2_GLOBAL_PATCH_DIR="$(BR2_EXTERNAL_SPEEDSAVER_PATH)/board/speedsaver/rootfs_patches"
BR2_PER_PACKAGE_DIRECTORIES=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_PATH)/board/speedsaver/s
BR2_ROOTFS_POST_SCRIPT_ARGS="-c $(BR2_EXTERNAL_SPEEDSAVER_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_PATH)/board/speedsaver/configs/linux.defconfig"
BR2_LINUX_KERNEL_DTS_SUPPORT=y
Expand Down

0 comments on commit 7a08be2

Please sign in to comment.