reaver: build without MIPS16.
Thanks hnyman for reporting it. Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
This commit is contained in:
parent
b1c3c4e6f8
commit
db05302eab
1 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
|
|||
PKG_NAME:=reaver
|
||||
PKG_REV:=113
|
||||
PKG_VERSION:=r$(PKG_REV)
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
PKG_MAINTAINER:=Yousong Zhou <yszhou4tech@gmail.com>
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
|
@ -20,6 +20,7 @@ PKG_SOURCE_VERSION:=$(PKG_REV)
|
|||
PKG_SOURCE_PROTO:=svn
|
||||
PKG_LICENSE:=GPL-2.0
|
||||
|
||||
PKG_USE_MIPS16:=0
|
||||
PKG_AUTOMAKE_PATHS:=src
|
||||
PKG_FIXUP:=autoreconf
|
||||
|
||||
|
|
Loading…
Reference in a new issue