lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit e044d612a008492cd3a1f6af11665704058da461
parent b0dd84dcb952b96e41d6ebc503b14bdc90c862b1
Author: Luka Perkov <luka@openwrt.org>
Date:   Thu, 13 Nov 2014 14:59:44 +0100

lxc: minor dependencies tweak

Signed-off-by: Luka Perkov <luka@openwrt.org>

Diffstat:
Mutils/luci-app-lxc/Makefile | 2+-
Mutils/lxc/Makefile | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/utils/luci-app-lxc/Makefile b/utils/luci-app-lxc/Makefile @@ -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 diff --git a/utils/lxc/Makefile b/utils/lxc/Makefile @@ -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