[git commit] modinfo: make it select PLATFORM_LINUX. Closes 4411

Denys Vlasenko vda.linux at googlemail.com
Sun Oct 30 21:07:36 UTC 2011


commit: http://git.busybox.net/busybox/commit/?id=b076193f741740886a6771cfe7750adb58ce18a0
branch: http://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 modutils/modinfo.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/modutils/modinfo.c b/modutils/modinfo.c
index 410b6fb..c0910ff 100644
--- a/modutils/modinfo.c
+++ b/modutils/modinfo.c
@@ -13,6 +13,7 @@
 //config:config MODINFO
 //config:	bool "modinfo"
 //config:	default y
+//config:	select PLATFORM_LINUX
 //config:	help
 //config:	  Show information about a Linux Kernel module
 


More information about the busybox-cvs mailing list