Update Makefile

remove unnecessary dependencies
This commit is contained in:
NewUse 2024-09-23 21:32:18 +03:00 committed by GitHub
parent 7855151941
commit 8b27e6425e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,7 @@ define Package/tpws
CATEGORY:=Network
TITLE:=tpws
SUBMENU:=Zapret
DEPENDS:=+zlib +libcap +zlib +libcap +gzip +iptables
DEPENDS:=+zlib +libcap +zlib +libcap +iptables
endef