lxc: minor dependencies tweak

Signed-off-by: Luka Perkov <luka@openwrt.org>
This commit is contained in:
Luka Perkov 2014-11-13 14:59:44 +01:00
parent b0dd84dcb9
commit e044d612a0
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ define Package/luci-app-lxc
CATEGORY:=LuCI
SUBMENU:=3. Applications
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>
endef

View File

@ -35,7 +35,7 @@ LXC_SCRIPTS += \
DEPENDS_APPLETS = +libpthread +libcap +liblxc
DEPENDS_create = +lxc-hooks +lxc-templates
DEPENDS_create = +lxc-configs +lxc-hooks +lxc-templates
DEPENDS_ls = +lxc-config
DEPENDS_top = +lxc-lua +luafilesystem @BROKEN