Skip to content

Commit

Permalink
fix v2ray ssl ca-certificates
Browse files Browse the repository at this point in the history
  • Loading branch information
coolsnowwolf committed Sep 22, 2018
1 parent 42ef6b0 commit 7de493a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package/lean/luci-app-v2ray-pro/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
include $(TOPDIR)/rules.mk

LUCI_TITLE:=LuCI support for V2Ray (Please select lua-cjson package manually)
LUCI_DEPENDS:=+iptables-mod-tproxy +kmod-ipt-tproxy +ip +ipset-lists +pdnsd-alt +coreutils +coreutils-base64 +coreutils-nohup +dnsmasq-full +v2ray
LUCI_DEPENDS:=+iptables-mod-tproxy +kmod-ipt-tproxy +ip +ipset-lists +pdnsd-alt +coreutils +coreutils-base64 +coreutils-nohup +dnsmasq-full +v2ray +ca-certificates
LUCI_PKGARCH:=all
PKG_VERSION:=1.0
PKG_RELEASE:=8
PKG_RELEASE:=9

include $(TOPDIR)/feeds/luci/luci.mk

Expand Down

0 comments on commit 7de493a

Please sign in to comment.