summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2013-02-08 01:36:02 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2013-02-08 22:24:38 +0100
commit6f6803089dc6c4a2a2f9dfa1e26d7e580e7e7e1a (patch)
tree288f48d34e4629a3dacdb0be48d3c881a263a82d /configs
parentaac46c75d9ffe4fe8db79efc18b36f439defaf1c (diff)
downloadbuildroot-novena-6f6803089dc6c4a2a2f9dfa1e26d7e580e7e7e1a.tar.gz
buildroot-novena-6f6803089dc6c4a2a2f9dfa1e26d7e580e7e7e1a.zip
configs/mini2440_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/mini2440_defconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/configs/mini2440_defconfig b/configs/mini2440_defconfig
index a7db8551b..6adcea0f4 100644
--- a/configs/mini2440_defconfig
+++ b/configs/mini2440_defconfig
@@ -15,6 +15,11 @@ BR2_TARGET_ROOTFS_JFFS2_NOCLEANMARKER=y
BR2_TARGET_ROOTFS_JFFS2_LE=y
BR2_TARGET_ROOTFS_TAR=y
+
+# Lock down headers to avoid breaking with new defaults
+BR2_KERNEL_HEADERS_VERSION=y
+BR2_DEFAULT_KERNEL_VERSION="3.0.4"
+
# Bootloader
BR2_TARGET_UBOOT=y
BR2_TARGET_UBOOT_BOARDNAME="mini2440"