tcpping: add necessary dependency

This fix project-openwrt/openwrt#132.
This commit is contained in:
CN_SZTL 2020-04-14 19:36:08 +08:00
parent 69781642fa
commit ce9e67ae78
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -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