From 374eea23e28a6b6785682df82b012c6bbf138f7b Mon Sep 17 00:00:00 2001 From: Noah Meyerhans Date: Thu, 29 Sep 2016 20:32:49 -0700 Subject: [PATCH] bind: Set PKG_USE_MIPS16:=0 --- net/bind/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/bind/Makefile b/net/bind/Makefile index e780530fc..13dc86dba 100644 --- a/net/bind/Makefile +++ b/net/bind/Makefile @@ -1,6 +1,6 @@ # # Copyright (C) 2006-2012 OpenWrt.org -# 2014 Noah Meyerhans +# 2014-2016 Noah Meyerhans # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -26,6 +26,7 @@ PKG_FIXUP:=autoreconf PKG_REMOVE_FILES:=aclocal.m4 libtool.m4 PKG_INSTALL:=1 +PKG_USE_MIPS16:=0 include $(INCLUDE_DIR)/package.mk