From: Atanas Vladimirov Date: Sat, 5 Sep 2026 20:01:30 +0000 (+0300) Subject: hcxdumptool: drop unused libopenssl dependency X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=5f26abefaba876a7f29a5fffc0e65820040d97f9;p=openwrt-packages.git hcxdumptool: drop unused libopenssl dependency Nothing in 7.1.2 links OpenSSL and it was already unused in 6.3.4 as well. Signed-off-by: Atanas Vladimirov --- diff --git a/net/hcxdumptool/Makefile b/net/hcxdumptool/Makefile index f4ee1120c..9e4f85705 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 +libopenssl + DEPENDS:=+libpcap TITLE:=hcxdumptool URL:=https://github.com/ZerBea/hcxdumptool SUBMENU:=Wireless