aboutsummaryrefslogtreecommitdiff
path: root/utils/lxc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'utils/lxc/Makefile')
-rw-r--r--utils/lxc/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/utils/lxc/Makefile b/utils/lxc/Makefile
index a613352df..97d79835e 100644
--- a/utils/lxc/Makefile
+++ b/utils/lxc/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=lxc
PKG_VERSION:=1.0.5
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://linuxcontainers.org/downloads/
@@ -49,6 +49,10 @@ define Package/lxc
MENU:=1
endef
+define Package/lxc/config
+ source "$(SOURCE)/Config.in"
+endef
+
define Package/lxc/description
LXC is the userspace control package for Linux Containers, a lightweight
virtual system mechanism sometimes described as "chroot on steroids".