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/modprobe.c | 1 - 1 file changed, 1 deletion(-) (limited to 'modutils/modprobe.c') diff --git a/modutils/modprobe.c b/modutils/modprobe.c index 09e3de6c3..cbec43888 100644 --- a/modutils/modprobe.c +++ b/modutils/modprobe.c @@ -19,7 +19,6 @@ //config: bool "Blacklist support" //config: default y //config: depends on MODPROBE && !MODPROBE_SMALL -//config: select PLATFORM_LINUX //config: help //config: Say 'y' here to enable support for the 'blacklist' command in //config: modprobe.conf. This prevents the alias resolver to resolve -- cgit v1.2.3