]> git.99rst.org Git - openwrt-packages.git/commitdiff
hcxdumptool: drop unused libopenssl dependency
authorAtanas Vladimirov <redacted>
Sat, 5 Sep 2026 20:01:30 +0000 (23:01 +0300)
committerHannu Nyman <redacted>
Mon, 14 Sep 2026 04:14:47 +0000 (07:14 +0300)
Nothing in 7.1.2 links OpenSSL and it was already unused in 6.3.4
as well.

Signed-off-by: Atanas Vladimirov <redacted>
net/hcxdumptool/Makefile

index f4ee1120cf0bac16bae8fd616b0c29ba49035c25..9e4f85705349f420d037c7601600f4efd7324430 100644 (file)
@@ -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
git clone https://git.99rst.org/PROJECT