Some .deb update
authorEric Andersen <andersen@codepoet.org>
Sun, 10 Dec 2000 04:43:49 +0000 (04:43 -0000)
committerEric Andersen <andersen@codepoet.org>
Sun, 10 Dec 2000 04:43:49 +0000 (04:43 -0000)
debian/Config.h-deb
debian/Config.h-udeb
debian/changelog

index 10264d638090bb07563bd006051c8dc70d3256f9..fe4e10fdd311ae5c6d8d55b2676dd0c64cbd7b98 100644 (file)
 // 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)
index fa8cbdd1097d0aee00187816c70171b8ede9cfa3..2f2d5f21a68706abfaaa8bfdb0720cf6efa4832a 100644 (file)
 // 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
 // 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)
index 89c9167c68096b50190e962527e63a97c191443e..6ca8de50abba872fc20ae5bc6f5d23edaaf62a7c 100644 (file)
@@ -1,3 +1,9 @@
+busybox (0.48pre-2) unstable; urgency=low
+
+  * Lots more source updates and bug fixes.  See changelog for details.
+
+ -- Erik Andersen <andersee@debian.org>  Sat,  9 Dec 2000 21:42:57 -0700
+
 busybox (0.48pre-1) unstable; urgency=low
 
   * Now includes .udeb support for the debian-installer -- note that this