lede-packages-rs

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

commit 2da2a9e900d04c38bccc8ae545b0577fa38e80e6
parent b76bb760714af7f05723da219b4ee49346db43bf
Author: Luka Perkov <luka@openwrt.org>
Date:   Tue, 11 Nov 2014 11:49:48 +0100

luci-app-lxc: update dependencies

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

Diffstat:
Mutils/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 @@ -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 <petar.koretic@sartura.hr> endef