From 528b4dab8ae51fe8a15c445e8bfc32460901d4c9 Mon Sep 17 00:00:00 2001 From: Max Lv Date: Tue, 18 Mar 2014 17:23:52 +0800 Subject: [PATCH] fix #20 --- openwrt/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/openwrt/Makefile b/openwrt/Makefile index 97609ed5..b7c4fc8b 100644 --- a/openwrt/Makefile +++ b/openwrt/Makefile @@ -15,6 +15,7 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSI PKG_INSTALL:=1 PKG_FIXUP:=autoreconf +PKG_USE_MIPS16:=0 PKG_BUILD_PARALLEL:=1 include $(INCLUDE_DIR)/package.mk