From 843c3674e57cb8eb152f43811097a12b392c7f3c Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Fri, 8 Feb 2013 01:36:04 +0000 Subject: configs/at91sam9g20dfc_defconfig: lock down kernel headers vesion Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- configs/at91sam9g20dfc_defconfig | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'configs') diff --git a/configs/at91sam9g20dfc_defconfig b/configs/at91sam9g20dfc_defconfig index 723b9e197..60764e64a 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 -- cgit v1.2.3