lxc: minor dependencies tweak
Signed-off-by: Luka Perkov <luka@openwrt.org>
This commit is contained in:
parent
b0dd84dcb9
commit
e044d612a0
2 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ define Package/luci-app-lxc
|
||||||
CATEGORY:=LuCI
|
CATEGORY:=LuCI
|
||||||
SUBMENU:=3. Applications
|
SUBMENU:=3. Applications
|
||||||
TITLE:=LXC management Web UI
|
TITLE:=LXC management Web UI
|
||||||
DEPENDS:=+luci-mod-admin-full +lxc +lxc-create +lxc-configs +liblxc +rpcd-mod-lxc
|
DEPENDS:=+luci-mod-admin-full +lxc +lxc-create +liblxc +rpcd-mod-lxc
|
||||||
MAINTAINER:=Petar Koretic <petar.koretic@sartura.hr>
|
MAINTAINER:=Petar Koretic <petar.koretic@sartura.hr>
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
|
@ -35,7 +35,7 @@ LXC_SCRIPTS += \
|
||||||
|
|
||||||
DEPENDS_APPLETS = +libpthread +libcap +liblxc
|
DEPENDS_APPLETS = +libpthread +libcap +liblxc
|
||||||
|
|
||||||
DEPENDS_create = +lxc-hooks +lxc-templates
|
DEPENDS_create = +lxc-configs +lxc-hooks +lxc-templates
|
||||||
DEPENDS_ls = +lxc-config
|
DEPENDS_ls = +lxc-config
|
||||||
DEPENDS_top = +lxc-lua +luafilesystem @BROKEN
|
DEPENDS_top = +lxc-lua +luafilesystem @BROKEN
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue