Skip to content

Commit

Permalink
Update to v6.1.5-3
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Nilsen <adde88@gmail.com>
  • Loading branch information
adde88 committed Feb 7, 2021
1 parent 8c03193 commit fd2c662
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 7 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
6 changes: 3 additions & 3 deletions hcxdumptool-custom/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=hcxdumptool-custom
PKG_VERSION:=6.1.4
PKG_RELEASE:=2
PKG_VERSION:=6.1.5
PKG_RELEASE:=3

PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
Expand All @@ -26,7 +26,7 @@ define Package/hcxdumptool-custom
DEPENDS:=+libpcap +libopenssl
TITLE:=hcxdumptool-custom
URL:=https://github.com/ZerBea/hcxdumptool
SUBMENU:=wireless
SUBMENU:=Wireless
endef

define Package/hcxdumptool-custom/description
Expand Down
2 changes: 1 addition & 1 deletion hcxdumptool-custom/src
Submodule src updated 8 files
+53 −42 Makefile
+23 −20 README.md
+123 −1 changelog
+733 −448 hcxdumptool.c
+94 −45 include/hcxdumptool.h
+43 −0 include/ieee80211.h
+0 −5 include/pcap.c
+1 −1 license.txt
4 changes: 2 additions & 2 deletions hcxtools-custom/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=hcxtools-custom
PKG_VERSION:=6.1.4
PKG_VERSION:=6.1.5
PKG_RELEASE:=3

PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
Expand All @@ -26,7 +26,7 @@ define Package/hcxtools-custom
DEPENDS:=+libpthread +libpcap +zlib +libcurl +libopenssl
TITLE:=hcxtools-custom
URL:=https://github.com/ZerBea/hcxtools
SUBMENU:=wireless
SUBMENU:=Wireless
endef

define Package/hcxtools-custom/description
Expand Down
2 changes: 1 addition & 1 deletion hcxtools-custom/src

0 comments on commit fd2c662

Please sign in to comment.