From 2b0aede66d0de1d5d3cb84621cd5e519dcd6cd74 Mon Sep 17 00:00:00 2001
From: Paolo Pisati <paolo.pisati@canonical.com>
Date: Tue, 7 Jun 2011 14:58:40 +0200
Subject: [PATCH] UBUNTU: [Config] Turn on CONFIG_USER_NS and
DEVPTS_MULTIPLE_INSTANCES.
These options are already on in omap3, moreover without these we
can't get lxc to work.
BugLink: http://bugs.launchpad.net/bugs/787749
Signed-off-by: Paolo Pisati <paolo.pisati@canonical.com>
---
debian.ti-omap4/config/config.common.ubuntu | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
@@ -637,7 +637,7 @@ CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
# CONFIG_DEPRECATED_PARAM_STRUCT is not set
CONFIG_DETECT_HUNG_TASK=y
# CONFIG_DEVKMEM is not set
-# CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set
+CONFIG_DEVPTS_MULTIPLE_INSTANCES=y
CONFIG_DEVTMPFS=y
CONFIG_DEVTMPFS_MOUNT=y
CONFIG_DEV_APPLETALK=m
@@ -3255,7 +3255,7 @@ CONFIG_USB_ZD1201=m
CONFIG_USB_ZERO=m
# CONFIG_USB_ZERO_HNPTEST is not set
CONFIG_USB_ZR364XX=m
-# CONFIG_USER_NS is not set
+CONFIG_USER_NS=y
CONFIG_USE_GENERIC_SMP_HELPERS=y
# CONFIG_USE_OF is not set
CONFIG_UTS_NS=y
--
1.7.5.3