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:
parent
3a91e8f8a3
commit
4ba4d1ad37
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user