tcpping: add necessary dependency
This fix project-openwrt/openwrt#132.
This commit is contained in:
parent
b10fadf919
commit
a5e61fd196
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user