diff options
| author | Vivien Didelot <vivien.didelot@savoirfairelinux.com> | 2014-10-06 17:24:24 -0400 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2014-10-07 22:12:57 +0200 |
| commit | 3ed92624aac3dc13767f5be36690cd7802db2083 (patch) | |
| tree | 88f02084948666aa5b130c6d32ee83e1da25cc82 /configs | |
| parent | 3227f30c5bdea0e4aa147134ccfab282cc438328 (diff) | |
ts5x00: bump to Linux 3.17
The support for the TS-5400 platform is mainlined since Linux 3.17.
This commit removes the outdated support patch and bumps the kernel
headers (and thus Linux) to 3.17.x.
Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'configs')
| -rw-r--r-- | configs/ts5x00_defconfig | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/configs/ts5x00_defconfig b/configs/ts5x00_defconfig index 0bb26ada2..336f6d936 100644 --- a/configs/ts5x00_defconfig +++ b/configs/ts5x00_defconfig @@ -1,13 +1,12 @@ BR2_i386=y BR2_x86_i586=y -BR2_KERNEL_HEADERS_3_14=y +BR2_KERNEL_HEADERS_3_17=y BR2_TARGET_GENERIC_GETTY_PORT="ttyS1" BR2_ROOTFS_OVERLAY="board/ts/ts5x00/fs-overlay" BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_SAME_AS_HEADERS=y -BR2_LINUX_KERNEL_PATCH="board/ts/ts5x00/patches/linux/" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y -BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/ts/ts5x00/linux-3.14.config" +BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/ts/ts5x00/linux-3.17.config" BR2_LINUX_KERNEL_INSTALL_TARGET=y BR2_TARGET_ROOTFS_EXT2=y BR2_TARGET_ROOTFS_EXT2_4=y |
