projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b87f4d3
)
lxc: add missing lxc-init package
author
Luka Perkov
<luka@openwrt.org>
Fri, 10 Oct 2014 12:38:20 +0000
(14:38 +0200)
committer
Luka Perkov
<luka.perkov@sartura.hr>
Tue, 21 Oct 2014 11:55:12 +0000
(07:55 -0400)
Signed-off-by: Luka Perkov <luka@openwrt.org>
utils/lxc/Makefile
patch
|
blob
|
history
diff --git
a/utils/lxc/Makefile
b/utils/lxc/Makefile
index 97d79835ead49967de3d0ebcee44a766e86edd00..0b684eb66682f59b8b5c59ff86d4d7228ca0e58c 100644
(file)
--- a/
utils/lxc/Makefile
+++ b/
utils/lxc/Makefile
@@
-224,6
+224,7
@@
$(eval $(call BuildPackage,lxc-hooks))
$(eval $(call BuildPackage,lxc-templates))
$(eval $(call BuildPackage,liblxc))
$(eval $(call BuildPackage,lxc-lua))
+$(eval $(call BuildPackage,lxc-init))
$(foreach u,$(LXC_APPLETS_BIN),$(eval $(call GenPlugin,$(u),$(DEPENDS_APPLETS),"/usr/bin")))
$(foreach u,$(LXC_APPLETS_LIB),$(eval $(call GenPlugin,$(u),$(DEPENDS_APPLETS),"/usr/lib/lxc")))
$(foreach u,$(LXC_SCRIPTS),$(eval $(call GenPlugin,$(u),,"/usr/bin")))