luci-app-clash: add depention: clash

This commit is contained in:
CN_SZTL 2019-10-20 11:09:14 +08:00
parent 60c69c3acc
commit 1594fc98f1
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -13,7 +13,7 @@ define Package/luci-app-clash
CATEGORY:=LuCI
SUBMENU:=3. Applications
TITLE:=LuCI app for clash
DEPENDS:=+luci +luci-base +wget +iptables +coreutils +coreutils-nohup +bash +ipset +libustream-openssl +libopenssl +openssl-util
DEPENDS:=+luci +luci-base +wget +iptables +coreutils +coreutils-nohup +bash +ipset +libustream-openssl +libopenssl +openssl-util +clash
PKGARCH:=all
MAINTAINER:=frainzy1477
endef