From: Nikos Mavrogiannopoulos Date: Wed, 18 Jun 2014 21:45:26 +0000 (+0200) Subject: luci-app-ocserv, luci-proto-openconnect: Added dependency on luci-lib-nixio. X-Git-Tag: v14.07~274 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=b37aa1c8c13ff1bd306b19c7fd61a68c42e11e0d;p=feed%2Fpackages.git luci-app-ocserv, luci-proto-openconnect: Added dependency on luci-lib-nixio. Signed-off-by: Nikos Mavrogiannopoulos --- 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