diff options
Diffstat (limited to 'net/ola/Makefile')
-rw-r--r-- | net/ola/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ola/Makefile b/net/ola/Makefile index 3a2f1a85b..a434b90dd 100644 --- a/net/ola/Makefile +++ b/net/ola/Makefile @@ -23,7 +23,7 @@ PKG_LICENSE_FILES:=COPYING PKG_FIXUP:=autoreconf PKG_INSTALL:=1 PKG_BUILD_PARALLEL:=1 -PKG_USE_MIPS16:=0 +PKG_BUILD_FLAGS:=no-mips16 HOST_BUILD_DEPENDS:=protobuf/host PKG_BUILD_DEPENDS:=ola/host |