Gentoo Archives: gentoo-commits

From: "Robin H. Johnson" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/genkernel:master commit in: arch/x86_64/, arch/x86/, arch/alpha/, defaults/
Date: Sat, 31 May 2014 19:58:04
Message-Id: 1401566141.5514ebf70eb5b7d5217cb70f82a2a26ee03e970a.robbat2@gentoo
1 commit: 5514ebf70eb5b7d5217cb70f82a2a26ee03e970a
2 Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 31 19:55:41 2014 +0000
4 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
5 CommitDate: Sat May 31 19:55:41 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/genkernel.git;a=commit;h=5514ebf7
7
8 Bug #461828: CONFIG_EVENT_HELPER should now be empty by default.
9
10 Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
11
12 ---
13 arch/alpha/kernel-config | 2 +-
14 arch/x86/kernel-config | 2 +-
15 arch/x86_64/kernel-config | 2 +-
16 defaults/kernel-config | 2 +-
17 4 files changed, 4 insertions(+), 4 deletions(-)
18
19 diff --git a/arch/alpha/kernel-config b/arch/alpha/kernel-config
20 index c218968..ab7a93b 100644
21 --- a/arch/alpha/kernel-config
22 +++ b/arch/alpha/kernel-config
23 @@ -259,7 +259,7 @@ CONFIG_VLAN_8021Q=y
24 #
25 # Generic Driver Options
26 #
27 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
28 +CONFIG_UEVENT_HELPER_PATH=""
29 CONFIG_STANDALONE=y
30 CONFIG_PREVENT_FIRMWARE_BUILD=y
31 CONFIG_FW_LOADER=y
32
33 diff --git a/arch/x86/kernel-config b/arch/x86/kernel-config
34 index bfaf75d..fe0e5f9 100644
35 --- a/arch/x86/kernel-config
36 +++ b/arch/x86/kernel-config
37 @@ -945,7 +945,7 @@ CONFIG_RFKILL_LEDS=y
38 #
39 # Generic Driver Options
40 #
41 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
42 +CONFIG_UEVENT_HELPER_PATH=""
43 CONFIG_DEVTMPFS=y
44 CONFIG_STANDALONE=y
45 CONFIG_PREVENT_FIRMWARE_BUILD=y
46
47 diff --git a/arch/x86_64/kernel-config b/arch/x86_64/kernel-config
48 index 4209191..e2569e3 100644
49 --- a/arch/x86_64/kernel-config
50 +++ b/arch/x86_64/kernel-config
51 @@ -985,7 +985,7 @@ CONFIG_NET_9P=m
52 #
53 # Generic Driver Options
54 #
55 -CONFIG_UEVENT_HELPER_PATH="/sbin/udevadm"
56 +CONFIG_UEVENT_HELPER_PATH=""
57 CONFIG_DEVTMPFS=y
58 CONFIG_STANDALONE=y
59 CONFIG_PREVENT_FIRMWARE_BUILD=y
60
61 diff --git a/defaults/kernel-config b/defaults/kernel-config
62 index aeece3a..cda6c88 100644
63 --- a/defaults/kernel-config
64 +++ b/defaults/kernel-config
65 @@ -945,7 +945,7 @@ CONFIG_RFKILL_LEDS=y
66 #
67 # Generic Driver Options
68 #
69 -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
70 +CONFIG_UEVENT_HELPER_PATH=""
71 CONFIG_DEVTMPFS=y
72 CONFIG_STANDALONE=y
73 CONFIG_PREVENT_FIRMWARE_BUILD=y