aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2014-07-18 11:09:10 +0200
committerSteven Barth <steven@midlink.org>2014-07-18 11:09:10 +0200
commit6f9f48eba75c7a12e619f23856d7adf02e34f0cd (patch)
treedc9bb425b8af68bbba742ec980d25b002305bc11 /net
parent14003935f1f57b7cc3d389ed82c52b66f05be22b (diff)
Fix dependencies of LuCI modules
Signed-off-by: Steven Barth <steven@midlink.org>
Diffstat (limited to 'net')
-rw-r--r--net/luci-app-ocserv/Makefile2
-rw-r--r--net/luci-proto-openconnect/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/net/luci-app-ocserv/Makefile b/net/luci-app-ocserv/Makefile
index 1e26bee5a..18ff01929 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 <n.mavrogiannopoulos@gmail.com>
endef
diff --git a/net/luci-proto-openconnect/Makefile b/net/luci-proto-openconnect/Makefile
index 899866033..a7b0d35a3 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 <n.mavrogiannopoulos@gmail.com>
endef