diff options
author | Alexey Brodkin <Alexey.Brodkin@synopsys.com> | 2015-10-23 15:42:02 +0300 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2015-10-25 22:10:48 +0100 |
commit | 8d9927dd8fd919f642c97d1e535b48528d22fe14 (patch) | |
tree | c92273776ddea69cd8ab0b2b69579b3d8842058b /configs/snps_axs101_defconfig | |
parent | baafc06a2bf2f775d96e967beb085ddacfacefcf (diff) | |
download | buildroot-8d9927dd8fd919f642c97d1e535b48528d22fe14.tar.gz buildroot-8d9927dd8fd919f642c97d1e535b48528d22fe14.zip |
board: ARC AXS10x bump Linux kernel to 4.2.4
Linux kernel 4.2.4 now has former out of the tree patch,
see http://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/commit/?h=linux-4.2.y&id=c4e3a29030fce89272f080e7e92c162b24103736
Essentially removing the patch itself.
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'configs/snps_axs101_defconfig')
-rw-r--r-- | configs/snps_axs101_defconfig | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/configs/snps_axs101_defconfig b/configs/snps_axs101_defconfig index 45c6a4cd00..1dee93bcb1 100644 --- a/configs/snps_axs101_defconfig +++ b/configs/snps_axs101_defconfig @@ -10,14 +10,13 @@ BR2_ROOTFS_OVERLAY="board/synopsys/axs10x/fs-overlay" # Headers BR2_KERNEL_HEADERS_VERSION=y -BR2_DEFAULT_KERNEL_VERSION="4.2" +BR2_DEFAULT_KERNEL_VERSION="4.2.4" BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_2=y # Kernel BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_VERSION=y -BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.2" -BR2_LINUX_KERNEL_PATCH="board/synopsys/axs10x/patches/linux" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.2.4" BR2_LINUX_KERNEL_DEFCONFIG="axs101" # Bootloader |