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>
This commit is contained in:
Peter Korsgaard 2013-10-04 22:06:52 +02:00
parent 3a91e8f8a3
commit 4ba4d1ad37
1 changed files with 2 additions and 1 deletions

View File

@ -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