[Buildroot] [git commit] configs/at91sam9g20dfc_defconfig: lock down kernel headers vesion

Peter Korsgaard jacmet at sunsite.dk
Fri Feb 8 21:25:01 UTC 2013


commit: http://git.buildroot.net/buildroot/commit/?id=843c3674e57cb8eb152f43811097a12b392c7f3c
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Gustavo Zacarias <gustavo at zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet at sunsite.dk>
---
 configs/at91sam9g20dfc_defconfig |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/configs/at91sam9g20dfc_defconfig b/configs/at91sam9g20dfc_defconfig
index 723b9e1..60764e6 100644
--- a/configs/at91sam9g20dfc_defconfig
+++ b/configs/at91sam9g20dfc_defconfig
@@ -2,6 +2,10 @@
 BR2_arm=y
 BR2_arm926t=y
 
+# Lock down headers to avoid breaking with new defaults
+BR2_KERNEL_HEADERS_VERSION=y
+BR2_DEFAULT_KERNEL_VERSION="3.1.6"
+
 # Host utilities
 #
 BR2_PACKAGE_HOST_SAM_BA=y


More information about the buildroot mailing list