aboutsummaryrefslogtreecommitdiff
path: root/modutils
diff options
context:
space:
mode:
authorvda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-10-10 21:00:47 +0000
committervda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-10-10 21:00:47 +0000
commitbef327c78d40d6a900a55f99fdd9a70767b9a28d (patch)
tree79a2f859df1f6eef15defd02bd2f453735ed327e /modutils
parentb87e1b04bb502a91072a6c5adf6fd6b0481d7a95 (diff)
downloadbusybox-w32-bef327c78d40d6a900a55f99fdd9a70767b9a28d.tar.gz
busybox-w32-bef327c78d40d6a900a55f99fdd9a70767b9a28d.tar.bz2
busybox-w32-bef327c78d40d6a900a55f99fdd9a70767b9a28d.zip
fixes from Vladimir Dronnikov <dronnikov@gmail.ru>
git-svn-id: svn://busybox.net/trunk/busybox@16358 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'modutils')
-rw-r--r--modutils/Config.in2
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
43config FEATURE_INSMOD_LOAD_MAP 43config 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