From 513349c886f93d3a6dad06eb9569e812946fdac5 Mon Sep 17 00:00:00 2001 From: Luka Perkov Date: Thu, 23 Oct 2014 15:37:59 +0200 Subject: [PATCH] lxc: create /lxc directory by default The containers are stored in /lxc rather then in /var/lib/lxc. The latter is not suitable for OpenWrt. Signed-off-by: Luka Perkov --- utils/lxc/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/utils/lxc/Makefile b/utils/lxc/Makefile index 1315fec23..0f34eeafe 100644 --- a/utils/lxc/Makefile +++ b/utils/lxc/Makefile @@ -163,6 +163,8 @@ define Package/lxc-common/install $(CP) \ $(PKG_INSTALL_DIR)/etc/lxc/default.conf \ $(1)/etc/lxc/lxc.conf + + $(INSTALL_DIR) $(1)/lxc/ endef define Package/lxc-hooks/install