atngw100_defconfig: use BR2_KERNEL_HEADERS_VERSION to specify kernel headers
authorPeter Korsgaard <peter@korsgaard.com>
Fri, 4 Oct 2013 20:06:52 +0000 (22:06 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Fri, 4 Oct 2013 20:06:52 +0000 (22:06 +0200)
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>
configs/atngw100_defconfig

index 492891590b70cbf408c5d61037949cf0e05dd3ab..5490241c60eef9427bc24573ec4c429f517993c3 100644 (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