mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 21:24:31 +04:00
Fix dependencies of LuCI modules
Signed-off-by: Steven Barth <steven@midlink.org>
This commit is contained in:
@@ -31,7 +31,7 @@ define Package/luci-app-ocserv
|
|||||||
CATEGORY:=LuCI
|
CATEGORY:=LuCI
|
||||||
SUBMENU:=3. Applications
|
SUBMENU:=3. Applications
|
||||||
TITLE:= OpenConnect VPN server configuration and status module
|
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>
|
MAINTAINER:= Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ define Package/luci-proto-openconnect
|
|||||||
CATEGORY:=LuCI
|
CATEGORY:=LuCI
|
||||||
SUBMENU:=6. Protocols
|
SUBMENU:=6. Protocols
|
||||||
TITLE:= OpenConnect VPN protocol configuration
|
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>
|
MAINTAINER:= Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user