diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-12-06 18:18:26 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-12-06 18:18:26 +0000 |
commit | 21adca750a9a1ae47da2bd058574795089406f25 (patch) | |
tree | 6157527825001c910fa9bd2b2ce519ac212e9e50 /Config.h | |
parent | e884970c87b921542fb9351b7a907796a0a4de23 (diff) | |
download | busybox-w32-21adca750a9a1ae47da2bd058574795089406f25.tar.gz busybox-w32-21adca750a9a1ae47da2bd058574795089406f25.tar.bz2 busybox-w32-21adca750a9a1ae47da2bd058574795089406f25.zip |
Added insmod support for ARM, and lsmod support for older kernels,
thanks to Alcove, Julien Gaulmin <julien.gaulmin@alcove.fr> and
Nicolas Ferre <nicolas.ferre@alcove.fr>.
-Erik
Diffstat (limited to 'Config.h')
-rw-r--r-- | Config.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -260,6 +260,12 @@ | |||
260 | // Support installing modules from kernel versions after 2.1.18 | 260 | // Support installing modules from kernel versions after 2.1.18 |
261 | #define BB_FEATURE_INSMOD_NEW_KERNEL | 261 | #define BB_FEATURE_INSMOD_NEW_KERNEL |
262 | // | 262 | // |
263 | // You must enable one or both of these features | ||
264 | // Support modules status from pre 2.1 kernels | ||
265 | //#define BB_FEATURE_LSMOD_OLD_KERNEL | ||
266 | // Support modules status from kernel versions after 2.1.18 | ||
267 | #define BB_FEATURE_LSMOD_NEW_KERNEL | ||
268 | // | ||
263 | // Support module version checking | 269 | // Support module version checking |
264 | //#define BB_FEATURE_INSMOD_VERSION_CHECKING | 270 | //#define BB_FEATURE_INSMOD_VERSION_CHECKING |
265 | // | 271 | // |