From a5e61fd196958814c3fbe0b44aa4adf0af76eaf2 Mon Sep 17 00:00:00 2001 From: CN_SZTL Date: Tue, 14 Apr 2020 19:36:08 +0800 Subject: [PATCH] tcpping: add necessary dependency This fix project-openwrt/openwrt#132. --- package/lean/tcpping/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/lean/tcpping/Makefile b/package/lean/tcpping/Makefile index 72e79e5b15..0760d6758b 100644 --- a/package/lean/tcpping/Makefile +++ b/package/lean/tcpping/Makefile @@ -15,7 +15,7 @@ include $(INCLUDE_DIR)/package.mk define Package/tcpping SECTION:=net CATEGORY:=Network - DEPENDS:=+libnet-1.2.x + DEPENDS:=+libnet-1.2.x +libpcap TITLE:=Ping look-alike that uses TCP SYN packets to get around firewalls and ICMP blackholes endef