diff options
| author | Denis Vlasenko <vda.linux@googlemail.com> | 2006-10-10 21:00:47 +0000 |
|---|---|---|
| committer | Denis Vlasenko <vda.linux@googlemail.com> | 2006-10-10 21:00:47 +0000 |
| commit | cba9ef5523f09ecc3240f9f6efcdd0440c652c91 (patch) | |
| tree | 79a2f859df1f6eef15defd02bd2f453735ed327e /modutils | |
| parent | 1ac42bf66e2c181b886e89f9222cae65676c9e8a (diff) | |
| download | busybox-w32-cba9ef5523f09ecc3240f9f6efcdd0440c652c91.tar.gz busybox-w32-cba9ef5523f09ecc3240f9f6efcdd0440c652c91.tar.bz2 busybox-w32-cba9ef5523f09ecc3240f9f6efcdd0440c652c91.zip | |
fixes from Vladimir Dronnikov <dronnikov@gmail.ru>
Diffstat (limited to 'modutils')
| -rw-r--r-- | modutils/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modutils/Config.in b/modutils/Config.in index b28c66d24..c8bd61996 100644 --- a/modutils/Config.in +++ b/modutils/Config.in | |||
| @@ -43,7 +43,7 @@ config FEATURE_INSMOD_LOADINKMEM | |||
| 43 | config FEATURE_INSMOD_LOAD_MAP | 43 | config FEATURE_INSMOD_LOAD_MAP |
| 44 | bool "Enable load map (-m) option" | 44 | bool "Enable load map (-m) option" |
| 45 | default n | 45 | default n |
| 46 | depends on INSMOD && FEATURE_2_4_MODULES | 46 | depends on INSMOD && ( FEATURE_2_4_MODULES || FEATURE_2_6_MODULES ) |
| 47 | help | 47 | help |
| 48 | Enabling this, one would be able to get a load map | 48 | Enabling this, one would be able to get a load map |
| 49 | output on stdout. This makes kernel module debugging | 49 | output on stdout. This makes kernel module debugging |
