boost: Fix embarassing ARC typo
Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
9c901e1bd1
commit
ac100e45f7
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ define Package/boost/config
|
||||||
# Invisible config dependency
|
# Invisible config dependency
|
||||||
config boost-context-exclude
|
config boost-context-exclude
|
||||||
bool
|
bool
|
||||||
default y if (TARGET_arc700 || TARGET_archs38 || TARGET_octeon || TARGET_octeontx)
|
default y if (TARGET_arc770 || TARGET_archs38 || TARGET_octeon || TARGET_octeontx)
|
||||||
default n
|
default n
|
||||||
|
|
||||||
config boost-coroutine-exclude
|
config boost-coroutine-exclude
|
||||||
|
|
Loading…
Reference in a new issue