aboutsummaryrefslogtreecommitdiff
path: root/modutils
diff options
context:
space:
mode:
Diffstat (limited to 'modutils')
-rw-r--r--modutils/Config.src1
-rw-r--r--modutils/depmod.c1
-rw-r--r--modutils/insmod.c1
-rw-r--r--modutils/lsmod.c1
-rw-r--r--modutils/modinfo.c1
-rw-r--r--modutils/modprobe.c1
-rw-r--r--modutils/rmmod.c1
7 files changed, 7 insertions, 0 deletions
diff --git a/modutils/Config.src b/modutils/Config.src
index 188296814..b8ba3b7b6 100644
--- a/modutils/Config.src
+++ b/modutils/Config.src
@@ -8,6 +8,7 @@ menu "Linux Module Utilities"
8config MODPROBE_SMALL 8config MODPROBE_SMALL
9 bool "Simplified modutils" 9 bool "Simplified modutils"
10 default y 10 default y
11 select PLATFORM_LINUX
11 help 12 help
12 Build smaller (~1.5 kbytes), simplified module tools. 13 Build smaller (~1.5 kbytes), simplified module tools.
13 14
diff --git a/modutils/depmod.c b/modutils/depmod.c
index bb42bbefe..9e39481c5 100644
--- a/modutils/depmod.c
+++ b/modutils/depmod.c
@@ -10,6 +10,7 @@
10//config:config DEPMOD 10//config:config DEPMOD
11//config: bool "depmod (27 kb)" 11//config: bool "depmod (27 kb)"
12//config: default y 12//config: default y
13//config: select PLATFORM_LINUX
13//config: help 14//config: help
14//config: depmod generates modules.dep (and potentially modules.alias 15//config: depmod generates modules.dep (and potentially modules.alias
15//config: and modules.symbols) that contain dependency information 16//config: and modules.symbols) that contain dependency information
diff --git a/modutils/insmod.c b/modutils/insmod.c
index 8f7163e25..85b46cdd6 100644
--- a/modutils/insmod.c
+++ b/modutils/insmod.c
@@ -9,6 +9,7 @@
9//config:config INSMOD 9//config:config INSMOD
10//config: bool "insmod (22 kb)" 10//config: bool "insmod (22 kb)"
11//config: default y 11//config: default y
12//config: select PLATFORM_LINUX
12//config: help 13//config: help
13//config: insmod is used to load specified modules in the running kernel. 14//config: insmod is used to load specified modules in the running kernel.
14 15
diff --git a/modutils/lsmod.c b/modutils/lsmod.c
index 2beb12362..39dc8e6b7 100644
--- a/modutils/lsmod.c
+++ b/modutils/lsmod.c
@@ -10,6 +10,7 @@
10//config:config LSMOD 10//config:config LSMOD
11//config: bool "lsmod (1.9 kb)" 11//config: bool "lsmod (1.9 kb)"
12//config: default y 12//config: default y
13//config: select PLATFORM_LINUX
13//config: help 14//config: help
14//config: lsmod is used to display a list of loaded modules. 15//config: lsmod is used to display a list of loaded modules.
15//config: 16//config:
diff --git a/modutils/modinfo.c b/modutils/modinfo.c
index 0a86c3296..5d01179a0 100644
--- a/modutils/modinfo.c
+++ b/modutils/modinfo.c
@@ -8,6 +8,7 @@
8//config:config MODINFO 8//config:config MODINFO
9//config: bool "modinfo (24 kb)" 9//config: bool "modinfo (24 kb)"
10//config: default y 10//config: default y
11//config: select PLATFORM_LINUX
11//config: help 12//config: help
12//config: Show information about a Linux Kernel module 13//config: Show information about a Linux Kernel module
13 14
diff --git a/modutils/modprobe.c b/modutils/modprobe.c
index 235706fd5..77c4bb74d 100644
--- a/modutils/modprobe.c
+++ b/modutils/modprobe.c
@@ -10,6 +10,7 @@
10//config:config MODPROBE 10//config:config MODPROBE
11//config: bool "modprobe (28 kb)" 11//config: bool "modprobe (28 kb)"
12//config: default y 12//config: default y
13//config: select PLATFORM_LINUX
13//config: help 14//config: help
14//config: Handle the loading of modules, and their dependencies on a high 15//config: Handle the loading of modules, and their dependencies on a high
15//config: level. 16//config: level.
diff --git a/modutils/rmmod.c b/modutils/rmmod.c
index 2b3c39153..8d4639f50 100644
--- a/modutils/rmmod.c
+++ b/modutils/rmmod.c
@@ -10,6 +10,7 @@
10//config:config RMMOD 10//config:config RMMOD
11//config: bool "rmmod (3.3 kb)" 11//config: bool "rmmod (3.3 kb)"
12//config: default y 12//config: default y
13//config: select PLATFORM_LINUX
13//config: help 14//config: help
14//config: rmmod is used to unload specified modules from the kernel. 15//config: rmmod is used to unload specified modules from the kernel.
15 16