mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 21:24:31 +04:00
boost: Fix embarassing ARC typo
Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -120,7 +120,7 @@ define Package/boost/config
|
||||
# Invisible config dependency
|
||||
config boost-context-exclude
|
||||
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
|
||||
|
||||
config boost-coroutine-exclude
|
||||
|
||||
Reference in New Issue
Block a user