From 264cb01540cdd995e7c376fd8bcef94e09e31819 Mon Sep 17 00:00:00 2001 From: Kang-Che Sung Date: Wed, 1 Feb 2017 01:43:32 +0100 Subject: modutils: remove redundant "select PLATFORM_LINUX" configs It is enough to have only applets' configs select PLATFORM_LINUX. Signed-off-by: Kang-Che Sung Signed-off-by: Denys Vlasenko --- modutils/lsmod.c | 1 - 1 file changed, 1 deletion(-) (limited to 'modutils/lsmod.c') 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. -- cgit v1.2.3