summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2013-02-06 10:21:53 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2013-02-07 17:06:28 +0100
commit2356d08bbdf18677e14cb21d18c9e024e749d50b (patch)
tree34493b7459ab41614fab1fa46ce31201845922a0 /configs
parent0eb3eef966bbdf3d4d52bdb4d0c0b193cb447de4 (diff)
downloadbuildroot-novena-2356d08bbdf18677e14cb21d18c9e024e749d50b.tar.gz
buildroot-novena-2356d08bbdf18677e14cb21d18c9e024e749d50b.zip
configs/{ea3250, fdi3250, phy3250}: lock down kernel headers version
Update {ea3250,fdi3250,phy3250}_defconfig to lock down kernel headers to an appropiate version. Otherwise the target is building with, at the moment of this writing, version 3.7 headers and a 2.6.34 kernel which usually isn't wise. 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/ea3250_defconfig4
-rw-r--r--configs/fdi3250_defconfig4
-rw-r--r--configs/phy3250_defconfig4
3 files changed, 12 insertions, 0 deletions
diff --git a/configs/ea3250_defconfig b/configs/ea3250_defconfig
index 9cd7b3481..2574dde7f 100644
--- a/configs/ea3250_defconfig
+++ b/configs/ea3250_defconfig
@@ -11,6 +11,10 @@ BR2_ARM_EABI=y
# that will compile a kernel with ethernet working correctly
BR2_GCC_VERSION_4_3_X=y
+# Lock down headers to avoid breaking with new defaults
+BR2_KERNEL_HEADERS_VERSION=y
+BR2_DEFAULT_KERNEL_VERSION="2.6.34.7"
+BR2_DEFAULT_KERNEL_HEADERS="2.6.34.7"
#
# Host utilities
diff --git a/configs/fdi3250_defconfig b/configs/fdi3250_defconfig
index 1fd0b05d1..b1c668469 100644
--- a/configs/fdi3250_defconfig
+++ b/configs/fdi3250_defconfig
@@ -11,6 +11,10 @@ BR2_ARM_EABI=y
# that will compile a kernel with ethernet working correctly
BR2_GCC_VERSION_4_3_X=y
+# Lock down headers to avoid breaking with new defaults
+BR2_KERNEL_HEADERS_VERSION=y
+BR2_DEFAULT_KERNEL_VERSION="2.6.34.7"
+BR2_DEFAULT_KERNEL_HEADERS="2.6.34.7"
#
# Host utilities
diff --git a/configs/phy3250_defconfig b/configs/phy3250_defconfig
index bc17d5c80..e95546fea 100644
--- a/configs/phy3250_defconfig
+++ b/configs/phy3250_defconfig
@@ -11,6 +11,10 @@ BR2_ARM_EABI=y
# that will compile a kernel with ethernet working correctly
BR2_GCC_VERSION_4_3_X=y
+# Lock down headers to avoid breaking with new defaults
+BR2_KERNEL_HEADERS_VERSION=y
+BR2_DEFAULT_KERNEL_VERSION="2.6.34.7"
+BR2_DEFAULT_KERNEL_HEADERS="2.6.34.7"
#
# Host utilities