diff --git a/net/luci-app-ocserv/Makefile b/net/luci-app-ocserv/Makefile index b77372d30a..1e26bee5a3 100644 --- a/net/luci-app-ocserv/Makefile +++ b/net/luci-app-ocserv/Makefile @@ -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 endef diff --git a/net/luci-proto-openconnect/Makefile b/net/luci-proto-openconnect/Makefile index c69037541f..8998660339 100644 --- a/net/luci-proto-openconnect/Makefile +++ b/net/luci-proto-openconnect/Makefile @@ -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 endef