mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-09 02:43:53 +08:00
tcpping: add necessary dependency
This fix project-openwrt/openwrt#132.
This commit is contained in:
parent
69781642fa
commit
ce9e67ae78
@ -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…
x
Reference in New Issue
Block a user