toolchain: fix 3.16 selection for custom version

Fix d'oh typo from 911516f1b6 that
prevents custom version string 3.16 headers from working properly.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Gustavo Zacarias 2014-08-06 17:17:47 -03:00 committed by Thomas Petazzoni
parent 8054d8da30
commit e3d3a49a83

View File

@ -82,7 +82,7 @@ choice
config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_16
bool "3.16.x"
select BR2_PACKAGE_HEADERS_AT_LEAST_3_16
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_16
config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_15
bool "3.15.x"