initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
config BR2_PACKAGE_REAVER
|
||||
bool "reaver"
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||
select BR2_PACKAGE_LIBPCAP
|
||||
help
|
||||
Reaver is a tool to audit networks against brute WPS pins
|
||||
attacks. It is complementary to "Aircrack-ng".
|
||||
|
||||
https://code.google.com/archive/p/reaver-wps/wikis/README.wiki
|
||||
https://github.com/t6x/reaver-wps-fork-t6x
|
||||
|
||||
comment "reaver needs a toolchain w/ threads"
|
||||
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
||||
@@ -0,0 +1,3 @@
|
||||
# locally computed
|
||||
sha256 73189782b208d12b8dddc4f29d32e1f72b1f3609e573c9ea9510deebec394583 reaver-1.6.6.tar.gz
|
||||
sha256 bb40cfd5e9ca6e8465ea3c236f3f2293e8300af1bfe87e72fabe482ae6cc995a docs/LICENSE
|
||||
@@ -0,0 +1,23 @@
|
||||
################################################################################
|
||||
#
|
||||
# reaver
|
||||
#
|
||||
################################################################################
|
||||
|
||||
# Older repos for this project will not cross-compile easily
|
||||
# while this one works right away
|
||||
REAVER_VERSION = 1.6.6
|
||||
REAVER_SITE = $(call github,t6x,reaver-wps-fork-t6x,v$(REAVER_VERSION))
|
||||
REAVER_LICENSE = GPL-2.0+
|
||||
REAVER_LICENSE_FILES = docs/LICENSE
|
||||
|
||||
REAVER_SUBDIR = src
|
||||
REAVER_DEPENDENCIES = libpcap
|
||||
|
||||
ifeq ($(BR2_STATIC_LIBS),y)
|
||||
REAVER_CONF_ENV += \
|
||||
LIBS="`$(STAGING_DIR)/usr/bin/pcap-config --static --additional-libs`" \
|
||||
LDFLAGS="$(TARGET_LDFLAGS) `$(STAGING_DIR)/usr/bin/pcap-config --static --additional-libs`"
|
||||
endif
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user