diff options
author | Kang-Che Sung <explorer09@gmail.com> | 2017-02-01 01:43:32 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2017-02-01 01:43:32 +0100 |
commit | 264cb01540cdd995e7c376fd8bcef94e09e31819 (patch) | |
tree | e7316299dd1b93aed293c8209966f9bc3af201ea /modutils/modprobe.c | |
parent | fdfd716a858f6f63289b1156a80d06d7e86947de (diff) | |
download | busybox-w32-264cb01540cdd995e7c376fd8bcef94e09e31819.tar.gz busybox-w32-264cb01540cdd995e7c376fd8bcef94e09e31819.tar.bz2 busybox-w32-264cb01540cdd995e7c376fd8bcef94e09e31819.zip |
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/modprobe.c')
-rw-r--r-- | modutils/modprobe.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 @@ | |||
19 | //config: bool "Blacklist support" | 19 | //config: bool "Blacklist support" |
20 | //config: default y | 20 | //config: default y |
21 | //config: depends on MODPROBE && !MODPROBE_SMALL | 21 | //config: depends on MODPROBE && !MODPROBE_SMALL |
22 | //config: select PLATFORM_LINUX | ||
23 | //config: help | 22 | //config: help |
24 | //config: Say 'y' here to enable support for the 'blacklist' command in | 23 | //config: Say 'y' here to enable support for the 'blacklist' command in |
25 | //config: modprobe.conf. This prevents the alias resolver to resolve | 24 | //config: modprobe.conf. This prevents the alias resolver to resolve |