mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
11
package/pixiewps/Config.in
Normal file
11
package/pixiewps/Config.in
Normal file
@@ -0,0 +1,11 @@
|
||||
config BR2_PACKAGE_PIXIEWPS
|
||||
bool "pixiewps"
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||
help
|
||||
Pixie WPS is a C based tool to audit networks against the so
|
||||
called "Pixie Dust" attack.
|
||||
|
||||
https://github.com/wiire-a/pixiewps/wiki
|
||||
|
||||
comment "pixiewps needs a toolchain w/ threads"
|
||||
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
||||
3
package/pixiewps/pixiewps.hash
Normal file
3
package/pixiewps/pixiewps.hash
Normal file
@@ -0,0 +1,3 @@
|
||||
# locally computed
|
||||
sha256 d3d3cf57851e3e734fb1797aa078239ef161d1cbeffc4438497d58a425ef22a2 pixiewps-9e5bdc6c86c8487b2a6107d5ab3559ed5c738c59.tar.gz
|
||||
sha256 ccb349b4132ed7737f25e5adebfe61f3d52dca33708df1e50352320438d1d4c2 LICENSE.md
|
||||
21
package/pixiewps/pixiewps.mk
Normal file
21
package/pixiewps/pixiewps.mk
Normal file
@@ -0,0 +1,21 @@
|
||||
################################################################################
|
||||
#
|
||||
# pixiewps
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PIXIEWPS_VERSION = 9e5bdc6c86c8487b2a6107d5ab3559ed5c738c59
|
||||
PIXIEWPS_SITE = $(call github,wiire-a,pixiewps,$(PIXIEWPS_VERSION))
|
||||
PIXIEWPS_LICENSE = GPL-3.0+
|
||||
PIXIEWPS_LICENSE_FILES = LICENSE.md
|
||||
|
||||
define PIXIEWPS_BUILD_CMDS
|
||||
$(TARGET_MAKE_ENV) $(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D)
|
||||
endef
|
||||
|
||||
define PIXIEWPS_INSTALL_TARGET_CMDS
|
||||
$(TARGET_MAKE_ENV) $(MAKE) DESTDIR=$(TARGET_DIR) \
|
||||
PREFIX=/usr -C $(@D) install
|
||||
endef
|
||||
|
||||
$(eval $(generic-package))
|
||||
Reference in New Issue
Block a user