From 21adca750a9a1ae47da2bd058574795089406f25 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 6 Dec 2000 18:18:26 +0000 Subject: Added insmod support for ARM, and lsmod support for older kernels, thanks to Alcove, Julien Gaulmin and Nicolas Ferre . -Erik --- Config.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Config.h') diff --git a/Config.h b/Config.h index e07044690..827ff1ed0 100644 --- a/Config.h +++ b/Config.h @@ -260,6 +260,12 @@ // Support installing modules from kernel versions after 2.1.18 #define BB_FEATURE_INSMOD_NEW_KERNEL // +// You must enable one or both of these features +// Support modules status from pre 2.1 kernels +//#define BB_FEATURE_LSMOD_OLD_KERNEL +// Support modules status from kernel versions after 2.1.18 +#define BB_FEATURE_LSMOD_NEW_KERNEL +// // Support module version checking //#define BB_FEATURE_INSMOD_VERSION_CHECKING // -- cgit v1.2.3