From 2da2a9e900d04c38bccc8ae545b0577fa38e80e6 Mon Sep 17 00:00:00 2001 From: Luka Perkov Date: Tue, 11 Nov 2014 11:49:48 +0100 Subject: [PATCH] luci-app-lxc: update dependencies Signed-off-by: Luka Perkov --- utils/luci-app-lxc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/luci-app-lxc/Makefile b/utils/luci-app-lxc/Makefile index ffdb95843..56922f5a9 100644 --- a/utils/luci-app-lxc/Makefile +++ b/utils/luci-app-lxc/Makefile @@ -19,7 +19,7 @@ define Package/luci-app-lxc CATEGORY:=LuCI SUBMENU:=3. Applications TITLE:=LXC management Web UI - DEPENDS:=+luci-mod-admin-full +lxc +liblxc +rpcd-mod-lxc + DEPENDS:=+luci-mod-admin-full +lxc +lxc-create +lxc-configs +liblxc +rpcd-mod-lxc MAINTAINER:=Petar Koretic endef