summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2013-02-08 01:36:03 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2013-02-08 22:24:42 +0100
commitdc8bd0ecb148f5fc60802394b51dda20cdc2b62b (patch)
treeea124e07b930b676d5b23c46c8088e15eac9e2dd /configs
parent6f6803089dc6c4a2a2f9dfa1e26d7e580e7e7e1a (diff)
downloadbuildroot-novena-dc8bd0ecb148f5fc60802394b51dda20cdc2b62b.tar.gz
buildroot-novena-dc8bd0ecb148f5fc60802394b51dda20cdc2b62b.zip
configs/armadeus_apf9328_defconfig: lock down kernel headers version
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'configs')
-rw-r--r--configs/armadeus_apf9328_defconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/configs/armadeus_apf9328_defconfig b/configs/armadeus_apf9328_defconfig
index 945d3855c..1ed1dd587 100644
--- a/configs/armadeus_apf9328_defconfig
+++ b/configs/armadeus_apf9328_defconfig
@@ -14,6 +14,11 @@ BR2_TOOLCHAIN_BUILDROOT_INET_RPC=y
BR2_TOOLCHAIN_BUILDROOT_LOCALE=y
BR2_TOOLCHAIN_BUILDROOT_CXX=y
+
+# Lock down headers to avoid breaking with new defaults
+BR2_KERNEL_HEADERS_VERSION=y
+BR2_DEFAULT_KERNEL_VERSION="3.1.1"
+
# System
BR2_TARGET_GENERIC_HOSTNAME="apf9328"
BR2_TARGET_GENERIC_ISSUE="Welcome to Armadeus development platform !"