lxc: minor dependencies tweak
authorLuka Perkov <luka@openwrt.org>
Thu, 13 Nov 2014 13:59:44 +0000 (14:59 +0100)
committerLuka Perkov <luka@openwrt.org>
Thu, 13 Nov 2014 13:59:44 +0000 (14:59 +0100)
Signed-off-by: Luka Perkov <luka@openwrt.org>
utils/luci-app-lxc/Makefile
utils/lxc/Makefile

index 8a44eadbca8508b79c5d734e2eb11b6138671558..f08d81e13cccddac2e674c46309f5a1c2eba4cce 100644 (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
 
index 569d83fb660e62b22b114f7708dd5e50337345be..0156c94f315358eaf93674289cd6d4cf24dd4d77 100644 (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