Skip to content
Snippets Groups Projects
Commit b37aa1c8 authored by Nikos Mavrogiannopoulos's avatar Nikos Mavrogiannopoulos
Browse files

luci-app-ocserv, luci-proto-openconnect: Added dependency on luci-lib-nixio.

parent d63b57f4
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ define Package/luci-app-ocserv
CATEGORY:=LuCI
SUBMENU:=3. Applications
TITLE:= OpenConnect VPN server configuration and status module
DEPENDS:=+luci-lib-json +luci-mod-admin-core +ocserv
DEPENDS:=+luci-lib-json +luci-lib-nixio +luci-mod-admin-core +ocserv
MAINTAINER:= Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
endef
......
......@@ -31,7 +31,7 @@ define Package/luci-proto-openconnect
CATEGORY:=LuCI
SUBMENU:=6. Protocols
TITLE:= OpenConnect VPN protocol configuration
DEPENDS:=+luci-mod-admin-core +openconnect
DEPENDS:=+luci-mod-admin-core +luci-lib-nixio +openconnect
MAINTAINER:= Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
endef
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment