From c8eedd56ac9fc651bf60e42da5609d1c9182a2ae Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sun, 10 Dec 2000 04:43:49 +0000 Subject: Some .deb update --- debian/Config.h-udeb | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'debian/Config.h-udeb') diff --git a/debian/Config.h-udeb b/debian/Config.h-udeb index fa8cbdd10..2f2d5f21a 100644 --- a/debian/Config.h-udeb +++ b/debian/Config.h-udeb @@ -257,7 +257,13 @@ // Support installing modules from pre 2.1 kernels //#define BB_FEATURE_INSMOD_OLD_KERNEL // Support installing modules from kernel versions after 2.1.18 -//#define BB_FEATURE_INSMOD_NEW_KERNEL +#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 @@ -265,7 +271,6 @@ // 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) -- cgit v1.2.3