summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2013-02-08 01:36:01 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2013-02-08 22:24:27 +0100
commitaac46c75d9ffe4fe8db79efc18b36f439defaf1c (patch)
tree58cd750958c0748b20799d294e02de4aad2c333a /configs
parentafea3037ef3a6718051e79dd7f7e3bb2e4cc224e (diff)
downloadbuildroot-novena-aac46c75d9ffe4fe8db79efc18b36f439defaf1c.tar.gz
buildroot-novena-aac46c75d9ffe4fe8db79efc18b36f439defaf1c.zip
configs/sheevaplug_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/sheevaplug_defconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/configs/sheevaplug_defconfig b/configs/sheevaplug_defconfig
index ead1831f0..70572d799 100644
--- a/configs/sheevaplug_defconfig
+++ b/configs/sheevaplug_defconfig
@@ -10,6 +10,11 @@ BR2_TARGET_GENERIC_GETTY_PORT="ttyS0"
BR2_TARGET_ROOTFS_JFFS2=y
BR2_TARGET_ROOTFS_JFFS2_NANDFLASH_2K_128K=y
+
+# Lock down headers to avoid breaking with new defaults
+BR2_KERNEL_HEADERS_VERSION=y
+BR2_DEFAULT_KERNEL_VERSION="3.5.4"
+
# bootloader
BR2_TARGET_UBOOT=y
BR2_TARGET_UBOOT_BOARDNAME="sheevaplug"