diff options
author | 2018-02-02 18:55:06 +0300 | |
---|---|---|
committer | 2018-02-02 21:39:13 +0100 | |
commit | f0c84ac9cfe6c63ed2b7ec16c27d5aade3ac934f (patch) | |
tree | 3d0b1013d424896eb606fd278b6206cd11405b77 /configs/snps_arc700_axs101_defconfig | |
parent | 9a7eca9baaf9930ef0c975621a8b941bfa11efe3 (diff) | |
download | buildroot-f0c84ac9cfe6c63ed2b7ec16c27d5aade3ac934f.tar.gz buildroot-f0c84ac9cfe6c63ed2b7ec16c27d5aade3ac934f.tar.bz2 |
configs/snps_arc*_defconfig: update linux version
With this commit we update Linux kernel version to 4.15 and
Linux headers version to 4.15.
Also patches for arc vdk are removed because these
changes were applied in Linux 4.15.
Signed-off-by: Evgeniy Didin <Evgeniy.Didin@synopsys.com>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Cc: Alexey Brodkin <abrodkin@synopsys.com>
Cc: arc-buildroot@synopsys.com
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'configs/snps_arc700_axs101_defconfig')
-rw-r--r-- | configs/snps_arc700_axs101_defconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configs/snps_arc700_axs101_defconfig b/configs/snps_arc700_axs101_defconfig index dc1810ce2b..daa8ebb8f0 100644 --- a/configs/snps_arc700_axs101_defconfig +++ b/configs/snps_arc700_axs101_defconfig @@ -8,13 +8,13 @@ BR2_TARGET_ROOTFS_INITRAMFS=y BR2_SYSTEM_DHCP="eth0" BR2_ROOTFS_OVERLAY="board/synopsys/axs10x/fs-overlay" -# Linux headers same as kernel, a 4.10 series -BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_10=y +# Linux headers same as kernel, a 4.15 series +BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_15=y # Kernel BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_VERSION=y -BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.10.9" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.15" BR2_LINUX_KERNEL_DEFCONFIG="axs101" # Bootloader |