Browse Source

Fix dependencies of LuCI modules

Signed-off-by: Steven Barth <steven@midlink.org>
Steven Barth 10 years ago
parent
commit
6f9f48eba7
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      net/luci-app-ocserv/Makefile
  2. 1
    1
      net/luci-proto-openconnect/Makefile

+ 1
- 1
net/luci-app-ocserv/Makefile View File

@@ -31,7 +31,7 @@ define Package/luci-app-ocserv
31 31
   CATEGORY:=LuCI
32 32
   SUBMENU:=3. Applications
33 33
   TITLE:= OpenConnect VPN server configuration and status module
34
-  DEPENDS:=+luci-lib-json +luci-lib-nixio +luci-mod-admin-core +ocserv
34
+  DEPENDS:=+luci-lib-json +luci-lib-nixio +luci-mod-admin-full +ocserv
35 35
   MAINTAINER:= Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
36 36
 endef
37 37
 

+ 1
- 1
net/luci-proto-openconnect/Makefile View File

@@ -31,7 +31,7 @@ define Package/luci-proto-openconnect
31 31
   CATEGORY:=LuCI
32 32
   SUBMENU:=6. Protocols
33 33
   TITLE:= OpenConnect VPN protocol configuration
34
-  DEPENDS:=+luci-mod-admin-core +luci-lib-nixio +openconnect
34
+  DEPENDS:=+luci-mod-admin-full +luci-lib-nixio +openconnect
35 35
   MAINTAINER:= Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
36 36
 endef
37 37