diff --git a/package/lean/luci-app-softethervpn/Makefile b/package/lean/luci-app-softethervpn/Makefile index 5636c5c1c..594bbee84 100644 --- a/package/lean/luci-app-softethervpn/Makefile +++ b/package/lean/luci-app-softethervpn/Makefile @@ -9,7 +9,7 @@ LUCI_TITLE:=LuCI support for SoftEtherVPN LUCI_DEPENDS:=+zlib +libpthread +librt +libreadline +libncurses +libiconv-full +kmod-tun +libopenssl +softethervpn5-bridge +softethervpn5-client +softethervpn5-server LUCI_PKGARCH:=all PKG_VERSION:=1.0 -PKG_RELEASE:=4 +PKG_RELEASE:=5 include $(TOPDIR)/feeds/luci/luci.mk diff --git a/package/lean/luci-app-softethervpn/luasrc/model/cbi/softethervpn.lua b/package/lean/luci-app-softethervpn/luasrc/model/cbi/softethervpn.lua index 1a25ebe92..d8e6da1dd 100644 --- a/package/lean/luci-app-softethervpn/luasrc/model/cbi/softethervpn.lua +++ b/package/lean/luci-app-softethervpn/luasrc/model/cbi/softethervpn.lua @@ -13,6 +13,6 @@ s.anonymous = true o = s:option(Flag, "enable", translate("Enabled")) o.rmempty = false -o = s:option(DummyValue, "moreinfo", translate("控制台下载:
Windows-x86_x64-intel.exe

macos-x86-32bit.pkg
")) +o = s:option(DummyValue, "moreinfo", translate("控制台下载:
Windows-x86_x64-intel.exe

macos-x86-32bit.pkg
")) return m