Gentoo Archives: gentoo-commits

From: "Mike Pagano (mpagano)" <mpagano@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] linux-patches r2732 - genpatches-2.6/trunk/3.10
Date: Wed, 02 Apr 2014 14:16:58
Message-Id: 20140402141652.D344020060@flycatcher.gentoo.org
1 Author: mpagano
2 Date: 2014-04-02 14:16:52 +0000 (Wed, 02 Apr 2014)
3 New Revision: 2732
4
5 Modified:
6 genpatches-2.6/trunk/3.10/4567_distro-Gentoo-Kconfig.patch
7 Log:
8 Update for systemd default config option to select CONFIG_NET_NS. bug #506396.
9
10 Modified: genpatches-2.6/trunk/3.10/4567_distro-Gentoo-Kconfig.patch
11 ===================================================================
12 --- genpatches-2.6/trunk/3.10/4567_distro-Gentoo-Kconfig.patch 2014-04-02 14:07:42 UTC (rev 2731)
13 +++ genpatches-2.6/trunk/3.10/4567_distro-Gentoo-Kconfig.patch 2014-04-02 14:16:52 UTC (rev 2732)
14 @@ -1,5 +1,5 @@
15 ---- a/Kconfig
16 -+++ b/Kconfig
17 +--- a/Kconfig 2014-04-02 10:11:12.959212144 -0400
18 ++++ b/Kconfig 2014-04-02 10:11:41.139211921 -0400
19 @@ -8,4 +8,6 @@ config SRCARCH
20 string
21 option env="SRCARCH"
22 @@ -7,9 +7,9 @@
23 +source "distro/Kconfig"
24 +
25 source "arch/$SRCARCH/Kconfig"
26 ---- /dev/null
27 -+++ b/distro/Kconfig
28 -@@ -0,0 +1,109 @@
29 +--- 1969-12-31 19:00:00.000000000 -0500
30 ++++ b/distro/Kconfig 2014-04-02 10:14:34.049210553 -0400
31 +@@ -0,0 +1,110 @@
32 +menu "Gentoo Linux"
33 +
34 +config GENTOO_LINUX
35 @@ -94,6 +94,7 @@
36 + select HOTPLUG
37 + select INOTIFY_USER
38 + select NET
39 ++ select NET_NS
40 + select PROC_FS
41 + select SIGNALFD
42 + select SYSFS