Browse Source

Update Makefile

remove unnecessary dependencies
pull/413/head
NewUse 11 months ago
committed by GitHub
parent
commit
8b27e6425e
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      docs/compile/openwrt/package/zapret/tpws/Makefile

2
docs/compile/openwrt/package/zapret/tpws/Makefile

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

Loading…
Cancel
Save