aboutsummaryrefslogtreecommitdiff
path: root/modutils/lsmod.c
diff options
context:
space:
mode:
authorKang-Che Sung <explorer09@gmail.com>2017-02-01 01:43:32 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2017-02-01 01:43:32 +0100
commit264cb01540cdd995e7c376fd8bcef94e09e31819 (patch)
treee7316299dd1b93aed293c8209966f9bc3af201ea /modutils/lsmod.c
parentfdfd716a858f6f63289b1156a80d06d7e86947de (diff)
downloadbusybox-264cb01540cdd995e7c376fd8bcef94e09e31819.tar.gz
modutils: remove redundant "select PLATFORM_LINUX" configs
It is enough to have only applets' configs select PLATFORM_LINUX. Signed-off-by: Kang-Che Sung <explorer09@gmail.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'modutils/lsmod.c')
-rw-r--r--modutils/lsmod.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/modutils/lsmod.c b/modutils/lsmod.c
index 9ab49f35b..24e5d35b9 100644
--- a/modutils/lsmod.c
+++ b/modutils/lsmod.c
@@ -18,7 +18,6 @@
//config: bool "Pretty output"
//config: default y
//config: depends on LSMOD && !MODPROBE_SMALL
-//config: select PLATFORM_LINUX
//config: help
//config: This option makes output format of lsmod adjusted to
//config: the format of module-init-tools for Linux kernel 2.6.