From: nbd Date: Thu, 13 Mar 2014 15:41:37 +0000 (+0000) Subject: wt: disable mips16 support X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=dca4c136081ac9016741bd1dd4a918270ef40afc;p=packages.git wt: disable mips16 support Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/packages@39920 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/libs/wt/Makefile b/libs/wt/Makefile index b9b494151..7f4cf6667 100644 --- a/libs/wt/Makefile +++ b/libs/wt/Makefile @@ -15,6 +15,8 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://downloads.sourceforge.net/project/witty/wt/$(PKG_VERSION) PKG_MD5SUM:=ee9490d5f24a47766e54f630ba0da2bb +PKG_USE_MIPS16:=0 + include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/cmake.mk