summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2013-02-08 02:46:49 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2013-02-08 15:12:09 +0100
commit85ffaecb27d3ae5929437ae878a865b57f708df1 (patch)
treeed7246f3b6bcfb638d8736a38c274c978808ec10 /configs
parente1dd19d2a7b4a19395ed99420cf08d1a48081167 (diff)
downloadbuildroot-novena-85ffaecb27d3ae5929437ae878a865b57f708df1.tar.gz
buildroot-novena-85ffaecb27d3ae5929437ae878a865b57f708df1.zip
configs/beaglebone_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/beaglebone_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/beaglebone_defconfig b/configs/beaglebone_defconfig
index f78a4008b..e19cdcbc4 100644
--- a/configs/beaglebone_defconfig
+++ b/configs/beaglebone_defconfig
@@ -8,6 +8,9 @@ BR2_TARGET_GENERIC_GETTY_PORT="ttyO0"
# BR2_TARGET_GENERIC_REMOUNT_ROOTFS_RW is not set
BR2_TARGET_ROOTFS_EXT2=y
# BR2_TARGET_ROOTFS_TAR is not set
+# Lock down headers to avoid breaking with new defaults
+BR2_KERNEL_HEADERS_VERSION=y
+BR2_DEFAULT_KERNEL_VERSION="3.2.9"
BR2_TARGET_UBOOT=y
BR2_TARGET_UBOOT_BOARDNAME="am335x_evm"
BR2_TARGET_UBOOT_2012_10=y