diff options
| author | Denys Vlasenko <vda.linux@googlemail.com> | 2011-10-30 22:07:36 +0100 |
|---|---|---|
| committer | Denys Vlasenko <vda.linux@googlemail.com> | 2011-10-30 22:07:36 +0100 |
| commit | b076193f741740886a6771cfe7750adb58ce18a0 (patch) | |
| tree | d3e043a638905e3ce68253346ae17d8837d60dfe /modutils | |
| parent | e504c245f7958369d53fd509c444772fb5737c82 (diff) | |
| download | busybox-w32-b076193f741740886a6771cfe7750adb58ce18a0.tar.gz busybox-w32-b076193f741740886a6771cfe7750adb58ce18a0.tar.bz2 busybox-w32-b076193f741740886a6771cfe7750adb58ce18a0.zip | |
modinfo: make it select PLATFORM_LINUX. Closes 4411
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'modutils')
| -rw-r--r-- | modutils/modinfo.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modutils/modinfo.c b/modutils/modinfo.c index 410b6fbe4..c0910ffed 100644 --- a/modutils/modinfo.c +++ b/modutils/modinfo.c | |||
| @@ -13,6 +13,7 @@ | |||
| 13 | //config:config MODINFO | 13 | //config:config MODINFO |
| 14 | //config: bool "modinfo" | 14 | //config: bool "modinfo" |
| 15 | //config: default y | 15 | //config: default y |
| 16 | //config: select PLATFORM_LINUX | ||
| 16 | //config: help | 17 | //config: help |
| 17 | //config: Show information about a Linux Kernel module | 18 | //config: Show information about a Linux Kernel module |
| 18 | 19 | ||
