diff options
author | 2013-10-04 22:06:52 +0200 | |
---|---|---|
committer | 2013-10-04 22:06:52 +0200 | |
commit | 4ba4d1ad37810b19a7bbf9b1d4fb3e9c94f7f528 (patch) | |
tree | 2e1d011716ae1bf0c952ee9931193218f7e64128 /configs | |
parent | 3a91e8f8a31a0455471065584663046c0072204e (diff) | |
download | buildroot-4ba4d1ad37810b19a7bbf9b1d4fb3e9c94f7f528.tar.gz buildroot-4ba4d1ad37810b19a7bbf9b1d4fb3e9c94f7f528.tar.bz2 |
atngw100_defconfig: use BR2_KERNEL_HEADERS_VERSION to specify kernel headers
No functional change, but the HEADERS_3_9 option will go away by the
time 3.9 is no longer supported, possibly leading to breakage.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/atngw100_defconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/atngw100_defconfig b/configs/atngw100_defconfig index 492891590b..5490241c60 100644 --- a/configs/atngw100_defconfig +++ b/configs/atngw100_defconfig @@ -3,7 +3,8 @@ BR2_avr32=y # Lock down kernel headers version, to match the kernel version used # below. -BR2_KERNEL_HEADERS_3_9=y +BR2_KERNEL_HEADERS_VERSION=y +BR2_DEFAULT_KERNEL_VERSION="3.9.11" # Filesystems BR2_TARGET_ROOTFS_JFFS2=y |