From: Rosen Penev Date: Sun, 22 Dec 2019 01:39:19 +0000 (-0800) Subject: boost: Fix embarassing ARC typo X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=ac100e45f75ae89e4777d1ba304adebd27883c2c;p=openwrt-packages.git boost: Fix embarassing ARC typo Signed-off-by: Rosen Penev --- diff --git a/libs/boost/Makefile b/libs/boost/Makefile index 6c8e54310..f1bb01b0f 100644 --- a/libs/boost/Makefile +++ b/libs/boost/Makefile @@ -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