summaryrefslogtreecommitdiff
path: root/configs/ts5x00_defconfig
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2015-03-03 12:52:25 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-03-04 22:12:45 +0100
commit001846efe6bc2bc2cf0d213974a2de7fa85f2f36 (patch)
treecc732cf9c104e4c0f4dc0d77fdc23ced03a2ef94 /configs/ts5x00_defconfig
parent0f1556e1c8fb5a0e4069b1bd692ea90e37df4c7d (diff)
ts5x00_defconfig: switch to BR2_KERNEL_HEADERS_VERSION
In preparation for BR2_KERNEL_HEADERS_3_17 deprecation. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'configs/ts5x00_defconfig')
-rw-r--r--configs/ts5x00_defconfig7
1 files changed, 6 insertions, 1 deletions
diff --git a/configs/ts5x00_defconfig b/configs/ts5x00_defconfig
index 336f6d936..befb655f3 100644
--- a/configs/ts5x00_defconfig
+++ b/configs/ts5x00_defconfig
@@ -1,6 +1,11 @@
BR2_i386=y
BR2_x86_i586=y
-BR2_KERNEL_HEADERS_3_17=y
+
+# Lock headers version to match and avoid breakage
+BR2_KERNEL_HEADERS_VERSION=y
+BR2_DEFAULT_KERNEL_VERSION="3.17.8"
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_17=y
+
BR2_TARGET_GENERIC_GETTY_PORT="ttyS1"
BR2_ROOTFS_OVERLAY="board/ts/ts5x00/fs-overlay"
BR2_LINUX_KERNEL=y