This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
reaver: build without MIPS16.
Thanks hnyman for reporting it. Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
lilik-openwrt-22.03
Yousong Zhou
9 years ago
parent
b1c3c4e6f8
commit
db05302eab
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
net/reaver/Makefile
+ 2
- 1
net/reaver/Makefile
View File
@ -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
Write
Preview
Loading…
Cancel
Save