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-w32-e7047887b040da7035f11d0fe48d76bd67381c9c.tar.gz busybox-w32-e7047887b040da7035f11d0fe48d76bd67381c9c.tar.bz2 busybox-w32-e7047887b040da7035f11d0fe48d76bd67381c9c.zip |
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 | |||
252 | CONFIG_MODUTILS_OBJ=y | 252 | CONFIG_MODUTILS_OBJ=y |
253 | CONFIG_DEPMOD=y | 253 | CONFIG_DEPMOD=y |
254 | CONFIG_INSMOD=y | 254 | CONFIG_INSMOD=y |
255 | # CONFIG_FEATURE_OLD_MODULE_INTERFACE is not set | 255 | # CONFIG_FEATURE_2_2_MODULES is not set |
256 | CONFIG_FEATURE_NEW_MODULE_INTERFACE=y | 256 | CONFIG_FEATURE_2_4_MODULES=y |
257 | 257 | ||
258 | # | 258 | # |
259 | # Support new (post 2.1) Linux kernels (Forced enabled) | 259 | # Support new (post 2.1) Linux kernels (Forced enabled) |