summaryrefslogtreecommitdiff
path: root/configs/wandboard_defconfig
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2014-08-15 08:14:54 -0300
committerPeter Korsgaard <peter@korsgaard.com>2014-08-16 12:50:37 +0200
commit1b624c3964db20cc5b6b9a5159a03742a42a99df (patch)
treef6b206c34bb6ea1e81bffd698fae4976c06f36da /configs/wandboard_defconfig
parent91050c8e659e5269d1dc6eecf297a4135a6f473a (diff)
qmx6/wandboard_defconfig: switch to custom kernel headers version
Since 3.0.x was EOL and deprecated this would cause it to use newer headers than the kernel and cause issues. So switch to custom kernel headers version string to fix this. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'configs/wandboard_defconfig')
-rw-r--r--configs/wandboard_defconfig4
1 files changed, 3 insertions, 1 deletions
diff --git a/configs/wandboard_defconfig b/configs/wandboard_defconfig
index 996a70a66..0a6ba5072 100644
--- a/configs/wandboard_defconfig
+++ b/configs/wandboard_defconfig
@@ -1,6 +1,8 @@
BR2_arm=y
BR2_cortex_a9=y
-BR2_KERNEL_HEADERS_3_0=y
+BR2_KERNEL_HEADERS_VERSION=y
+BR2_DEFAULT_KERNEL_VERSION="3.0.101"
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_0=y
BR2_TARGET_GENERIC_GETTY_PORT="ttymxc0"
BR2_TARGET_ROOTFS_EXT2=y
BR2_TARGET_ROOTFS_EXT2_4=y