diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2012-02-04 19:55:27 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2012-02-04 19:55:27 +0100 |
commit | f99811908419608e3ab81393d0177cc456101e4b (patch) | |
tree | 11793447075d012f20bcd4bb1a8291d86f94520a /modutils | |
parent | 1e98f3741c5a844c1d3d7966f20cd09dded05d0d (diff) | |
download | busybox-w32-f99811908419608e3ab81393d0177cc456101e4b.tar.gz busybox-w32-f99811908419608e3ab81393d0177cc456101e4b.tar.bz2 busybox-w32-f99811908419608e3ab81393d0177cc456101e4b.zip |
Apply post-1.19.3 patches, bump version to 1.19.41_19_4
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 | ||