lede-packages-rs

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

commit dafecb2fef47c423bde6ddd6bdb87612123d2b12
parent 7bd68693a74fbf39cd0955728a7da9f804e68949
Author: Petar Koretic <petar.koretic@sartura.hr>
Date:   Tue, 21 Oct 2014 15:33:06 +0200

lxc: enable template installation

Signed-off-by: Petar Koretic <petar.koretic@sartura.hr>

Diffstat:
Mutils/lxc/Makefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/utils/lxc/Makefile b/utils/lxc/Makefile @@ -74,7 +74,7 @@ endef define Package/lxc-templates $(call Package/lxc/Default) TITLE:=LXC virtual machine templates - DEPENDS:= lxc @BROKEN + DEPENDS:= lxc endef define Package/liblxc