summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2011-06-03 22:57:48 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-06-03 22:57:48 +0200
commite94890bb229951a28cf1fa67e61128e47ff7acfd (patch)
tree9615bc3a8b9fba5273c44ec88e69af34db912ef6
parent615f1a809834781eb2184a02572d1eb2e0f94b53 (diff)
downloadptxdist-e94890bb229951a28cf1fa67e61128e47ff7acfd.tar.gz
ptxdist-e94890bb229951a28cf1fa67e61128e47ff7acfd.tar.xz
module-init-tools: do not allow 'modinfo' if the 'modinfo' from busybox is enabled
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/module-init-tools.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/rules/module-init-tools.in b/rules/module-init-tools.in
index 2977d4c9d..6740e1b01 100644
--- a/rules/module-init-tools.in
+++ b/rules/module-init-tools.in
@@ -44,9 +44,13 @@ comment "BusyBox' lsmod is selected!"
config MODULE_INIT_TOOLS_MODINFO
bool
prompt "Install modinfo on target"
+ depends on !BUSYBOX_MODINFO || ALLYES
help
program to show information about a Linux Kernel module
+comment "BusyBox' modinfo is selected!"
+ depends on BUSYBOX_MODINFO
+
config MODULE_INIT_TOOLS_MODPROBE
bool
prompt "Install modprobe on target"