aboutsummaryrefslogtreecommitdiff
path: root/modutils
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2002-09-01 06:45:55 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2002-09-01 06:45:55 +0000
commitc8c262a6baf3d072645f96a5bce27c96b034a392 (patch)
treee86eaef5a82709a64df6f0f712f325ab0be70ae0 /modutils
parent083e85f0d0ccbfb0edeed1022e6fe1b2a9ad572d (diff)
downloadbusybox-w32-c8c262a6baf3d072645f96a5bce27c96b034a392.tar.gz
busybox-w32-c8c262a6baf3d072645f96a5bce27c96b034a392.tar.bz2
busybox-w32-c8c262a6baf3d072645f96a5bce27c96b034a392.zip
Some CML1 grammar fixes
-Erik git-svn-id: svn://busybox.net/trunk/busybox@5440 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 7a1d56c24..7fe7ec195 100644
--- a/modutils/config.in
+++ b/modutils/config.in
@@ -14,11 +14,11 @@ bool 'rmmod' CONFIG_RMMOD
14 14
15if [ "$CONFIG_INSMOD" = "y" ]; then 15if [ "$CONFIG_INSMOD" = "y" ]; then
16 comment 'Module support options' 16 comment 'Module support options'
17 bool 'Support for older (pre 2.1) Linux kernels' CONFIG_FEATURE_OLD_MODULE_INTERFACE
17 if [ "$CONFIG_FEATURE_OLD_MODULE_INTERFACE" = "n" ] ; then 18 if [ "$CONFIG_FEATURE_OLD_MODULE_INTERFACE" = "n" ] ; then
18 define_bool CONFIG_FEATURE_NEW_MODULE_INTERFACE y 19 define_bool CONFIG_FEATURE_NEW_MODULE_INTERFACE y
19 fi 20 fi
20 bool 'Support for new (post 2.1) kernels' CONFIG_FEATURE_NEW_MODULE_INTERFACE 21 bool 'Support for new (post 2.1) kernels' CONFIG_FEATURE_NEW_MODULE_INTERFACE
21 bool 'Support for older (pre 2.1) Linux kernels' CONFIG_FEATURE_OLD_MODULE_INTERFACE
22 bool 'Support module version checking' CONFIG_FEATURE_INSMOD_VERSION_CHECKING 22 bool 'Support module version checking' CONFIG_FEATURE_INSMOD_VERSION_CHECKING
23 bool 'Support image in kernel memory optimization (uClinux only)' CONFIG_FEATURE_INSMOD_LOADINKMEM 23 bool 'Support image in kernel memory optimization (uClinux only)' CONFIG_FEATURE_INSMOD_LOADINKMEM
24fi 24fi