diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2013-02-08 01:36:04 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-02-08 22:25:01 +0100 |
commit | 843c3674e57cb8eb152f43811097a12b392c7f3c (patch) | |
tree | 07d47ec994a80ad1e6f33354c22fb4eeb7d41adb /configs | |
parent | dc8bd0ecb148f5fc60802394b51dda20cdc2b62b (diff) | |
download | buildroot-novena-843c3674e57cb8eb152f43811097a12b392c7f3c.tar.gz buildroot-novena-843c3674e57cb8eb152f43811097a12b392c7f3c.zip |
configs/at91sam9g20dfc_defconfig: lock down kernel headers vesion
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/at91sam9g20dfc_defconfig | 4 |
1 files changed, 4 insertions, 0 deletions
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 |