diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-12-11 01:42:13 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-12-11 01:42:13 +0000 |
commit | e7047887b040da7035f11d0fe48d76bd67381c9c (patch) | |
tree | 4fc4c04847936656adf9d1d3aef35edd1ac5ffe7 /debian | |
parent | 37f4116ecb03fcf5de2bc8aab8d480b9b063bab5 (diff) | |
download | busybox-e7047887b040da7035f11d0fe48d76bd67381c9c.tar.gz |
Update modutils with 2.6 module support
Diffstat (limited to 'debian')
-rw-r--r-- | debian/config-udeb-linux-i386 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/config-udeb-linux-i386 b/debian/config-udeb-linux-i386 index f44000482..678a6a193 100644 --- a/debian/config-udeb-linux-i386 +++ b/debian/config-udeb-linux-i386 @@ -252,8 +252,8 @@ CONFIG_USE_BB_PWD_GRP=y CONFIG_MODUTILS_OBJ=y CONFIG_DEPMOD=y CONFIG_INSMOD=y -# CONFIG_FEATURE_OLD_MODULE_INTERFACE is not set -CONFIG_FEATURE_NEW_MODULE_INTERFACE=y +# CONFIG_FEATURE_2_2_MODULES is not set +CONFIG_FEATURE_2_4_MODULES=y # # Support new (post 2.1) Linux kernels (Forced enabled) |