toolchain: external 3.17 headers typo fix
Commit 2d312b7b61
had a typo
"." instead of "_" in BR2_TOOLCHAIN_HEADERS_AT_LEAST_3.17.
This made selecting 3.17 as custom external headers version
impossible.
Signed-off-by: Karoly Kasza <kaszak@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
21b617b299
commit
b8f9e5771a
@ -994,7 +994,7 @@ choice
|
||||
|
||||
config BR2_TOOLCHAIN_EXTERNAL_HEADERS_3_17
|
||||
bool "3.17.x"
|
||||
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3.17
|
||||
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_17
|
||||
|
||||
config BR2_TOOLCHAIN_EXTERNAL_HEADERS_3_16
|
||||
bool "3.16.x"
|
||||
|
Loading…
Reference in New Issue
Block a user