-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathopenwrt-kernel-config.patch
More file actions
40 lines (37 loc) · 1.17 KB
/
openwrt-kernel-config.patch
File metadata and controls
40 lines (37 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Add support for various kernel options required by systemd.
c.f. http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?&view=markup#l118
Signed-off-by: Jeff Waugh <jdub at bethesignal.org>
Signed-off-by: Adam Porter <porter.adam at gmail.com>
---
config/Config-kernel.in | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/config/Config-kernel.in b/config/Config-kernel.in
index a0bd13e..33d1e3c 100644
--- a/config/Config-kernel.in
+++ b/config/Config-kernel.in
@@ -26,6 +26,26 @@ config KERNEL_DEBUG_FS
write to these files. Many common debugging facilities, such as
ftrace, require the existence of debugfs.
+config KERNEL_DEVTMPFS_MOUNT
+ bool
+ default n
+
+config KERNEL_DEVTMPFS
+ bool "Compile the kernel with devtmpfs enabled"
+ default n
+ select KERNEL_DEVTMPFS_MOUNT
+
+config KERNEL_BLK_DEV_BSG
+ bool "Compile the kernel with SG v4 support for any block device"
+ default n
+
+config KERNEL_FANOTIFY
+ bool "Compile the kernel with modern file notification support"
+
+config KERNEL_FHANDLE
+ bool "Compile the kernel with support for fhandle syscalls"
+ default n
+
config KERNEL_PERF_EVENTS
bool
default n