configs/{ea3250, fdi3250, phy3250}: lock down kernel headers version
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Wed, 6 Feb 2013 10:21:53 +0000 (10:21 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Thu, 7 Feb 2013 16:06:28 +0000 (17:06 +0100)
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>
configs/ea3250_defconfig
configs/fdi3250_defconfig
configs/phy3250_defconfig

index 9cd7b3481de90439a42cf4bced9bf7b11ba65f1e..2574dde7f83c7d6b2288aba1dc6bf235de7d9ba7 100644 (file)
@@ -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
index 1fd0b05d1ee798755adf99fcc6c482082a153e46..b1c6684694ae3c391a037e5a470ebd934173036d 100644 (file)
@@ -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
index bc17d5c800408c11e7a41b73165bf61b09250316..e95546fea350430c5b7710e5d2635ff21e631d0a 100644 (file)
@@ -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