diff options
Diffstat (limited to 'debian/Config.h-deb')
-rw-r--r-- | debian/Config.h-deb | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/debian/Config.h-deb b/debian/Config.h-deb index 10264d638..fe4e10fdd 100644 --- a/debian/Config.h-deb +++ b/debian/Config.h-deb @@ -258,13 +258,18 @@ // 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 // // Support for Minix filesystem, version 2 //#define BB_FEATURE_MINIX2 // -// // Enable busybox --install [-s] // to create links (or symlinks) for all the commands that are // compiled into the binary. (needs /proc filesystem) |