Browse Source

Fix dependencies of LuCI modules

Signed-off-by: Steven Barth <steven@midlink.org>
lilik-openwrt-22.03
Steven Barth 11 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
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


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

@ -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


Loading…
Cancel
Save