From: Steven Barth Date: Fri, 18 Jul 2014 09:09:10 +0000 (+0200) Subject: Fix dependencies of LuCI modules X-Git-Tag: v14.07~155 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=6f9f48eba75c7a12e619f23856d7adf02e34f0cd;p=feed%2Fpackages.git Fix dependencies of LuCI modules Signed-off-by: Steven Barth --- diff --git a/net/luci-app-ocserv/Makefile b/net/luci-app-ocserv/Makefile index 1e26bee5a3..18ff01929e 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-lib-nixio +luci-mod-admin-core +ocserv + DEPENDS:=+luci-lib-json +luci-lib-nixio +luci-mod-admin-full +ocserv MAINTAINER:= Nikos Mavrogiannopoulos endef diff --git a/net/luci-proto-openconnect/Makefile b/net/luci-proto-openconnect/Makefile index 8998660339..a7b0d35a31 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 +luci-lib-nixio +openconnect + DEPENDS:=+luci-mod-admin-full +luci-lib-nixio +openconnect MAINTAINER:= Nikos Mavrogiannopoulos endef