diff options
author | Andreas Nilsen <adde88@gmail.com> | 2020-02-02 13:56:30 +0100 |
---|---|---|
committer | Andreas Nilsen <adde88@gmail.com> | 2020-02-03 17:17:42 +0100 |
commit | c7cf60ab401909c8bab6a094986fe2a645a29553 (patch) | |
tree | b11c9f411cc1ee04f33d21a6a68c43d06b423f5e /net/hcxdumptool/Makefile | |
parent | e48b08d48667bba9dc422c557aec446ffa67723a (diff) |
hcxtools: update to 5.3.0. + Changes to Makefile to include latest binaries being compiled
Signed-off-by: Andreas Nilsen <adde88@gmail.com>
hcxdumptool: forgot to add new openssl dependency
Signed-off-by: Andreas Nilsen <adde88@gmail.com>
Diffstat (limited to 'net/hcxdumptool/Makefile')
-rw-r--r-- | net/hcxdumptool/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/hcxdumptool/Makefile b/net/hcxdumptool/Makefile index 611911865..0f2cddf5d 100644 --- a/net/hcxdumptool/Makefile +++ b/net/hcxdumptool/Makefile @@ -24,7 +24,7 @@ include $(INCLUDE_DIR)/package.mk define Package/hcxdumptool SECTION:=net CATEGORY:=Network - DEPENDS:=+libpcap + DEPENDS:=+libpcap +libopenssl TITLE:=hcxdumptool URL:=https://github.com/ZerBea/hcxdumptool SUBMENU:=Wireless |