diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-09-01 06:45:55 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-09-01 06:45:55 +0000 |
commit | 2bec97c076e7183b4ce4e5de3739299bbd3a06fa (patch) | |
tree | e86eaef5a82709a64df6f0f712f325ab0be70ae0 /modutils | |
parent | 1130976f8ec187551c5c485bef3a0464a72f06a1 (diff) | |
download | busybox-2bec97c076e7183b4ce4e5de3739299bbd3a06fa.tar.gz |
Some CML1 grammar fixes
-Erik
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 7a1d56c24..7fe7ec195 100644 --- a/modutils/config.in +++ b/modutils/config.in @@ -14,11 +14,11 @@ bool 'rmmod' CONFIG_RMMOD if [ "$CONFIG_INSMOD" = "y" ]; then comment 'Module support options' + bool 'Support for older (pre 2.1) Linux kernels' CONFIG_FEATURE_OLD_MODULE_INTERFACE if [ "$CONFIG_FEATURE_OLD_MODULE_INTERFACE" = "n" ] ; then define_bool CONFIG_FEATURE_NEW_MODULE_INTERFACE y fi bool 'Support for new (post 2.1) kernels' CONFIG_FEATURE_NEW_MODULE_INTERFACE - bool 'Support for older (pre 2.1) Linux kernels' CONFIG_FEATURE_OLD_MODULE_INTERFACE bool 'Support module version checking' CONFIG_FEATURE_INSMOD_VERSION_CHECKING bool 'Support image in kernel memory optimization (uClinux only)' CONFIG_FEATURE_INSMOD_LOADINKMEM fi |