aboutsummaryrefslogtreecommitdiff
path: root/net/reaver
Commit message (Collapse)AuthorAge
* treewide: refactor to use PKG_BUILD_FLAGS:=no-mips16Andre Heider2023-04-08
| | | | | | | See commit 5c545bdb "treewide: replace PKG_USE_MIPS16:=0 with PKG_BUILD_FLAGS:=no-mips16" on the main repository. Signed-off-by: Andre Heider <a.heider@gmail.com>
* reaver: enable PKG_BUILD_PARALLELYousong Zhou2020-03-27
| | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* reaver: bump to version 1.6.6Yousong Zhou2020-03-27
| | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* treewide: Capitalize submenusEneas U de Queiroz2019-07-25
| | | | | | Fixed a typo in tcpreplay. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* reaver: Update to 1.6.5Rosen Penev2018-06-08
| | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* reaver: Update to 1.6.4Rosen Penev2018-03-22
| | | | | Compile tested on ar71xx Signed-off-by: Rosen Penev <rosenp@gmail.com>
* reaver: configure with --enable-savetocurrentYousong Zhou2017-12-25
| | | | | | | | | | | It will let reaver to save session file to cwd of the process instead of /etc/reaver. This has the same effect as the old patch 0002-Use-the-current-directory-for-storing-and-loading-se.patch which was removed in the transition to reaver-wps-t6x-fork Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* reaver: switch to reaver-wps-fork-t6xYousong Zhou2017-12-05
| | | | | | Addresses #2872 Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* reaver: Fix build with external toolchainsFlorian Fainelli2017-06-16
| | | | | | | | | | | | | | | | | | | | | | | | | We would not be able to search for pcap.h because CFLAGS are not passed from src/Makefile down to src/wps/Makefile: make[4]: Entering directory '/home/florian/dev/openwrt/trunk/build_dir/target-mipsel-unknown-linux-gnu_glibc/reaver-1.4/src/wps' mipsel-linux-gnu-gcc -I../utils -I ../ wps_attr_build.c -c mipsel-linux-gnu-gcc -I../utils -I ../ wps_attr_parse.c -c mipsel-linux-gnu-gcc -I../utils -I ../ wps_attr_process.c -c mipsel-linux-gnu-gcc -I../utils -I ../ wps.c -c mipsel-linux-gnu-gcc -I../utils -I ../ wps_common.c -c mipsel-linux-gnu-gcc -I../utils -I ../ wps_dev_attr.c -c mipsel-linux-gnu-gcc -I../utils -I ../ wps_enrollee.c -c mipsel-linux-gnu-gcc -I../utils -I ../ wps_registrar.c -c In file included from ../misc.h:41:0, from wps_registrar.c:27: ../defs.h:43:18: fatal error: pcap.h: No such file or directory #include <pcap.h> ^ compilation terminated. Makefile:28: recipe for target 'wps_registrar.o' failed Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
* reaver: use 65536 as snaplen with pcapYousong Zhou2016-12-08
| | | | | | | It should fix issue #3333. The patch was formed with help from t6x/reaver-wps-fork-t6x#101 Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* reaver: fix broken source urlYousong Zhou2016-05-26
| | | | | - Switch to release version 1.4 - Include a bugfix patch not present in version 1.4
* reaver: build without MIPS16.Yousong Zhou2015-08-26
| | | | | | Thanks hnyman for reporting it. Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* reaver: import from oldpackages.Yousong Zhou2015-08-21
- Update copyright year. - Add PKG_LICENSE:=GPL-2.0 from the Google Code project page. - Add autoreconf as the PKG_FIXUP method. - Add myself as the package maintainer. - Add a patch to fix building with musl-libc. Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>