aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-12-10 04:43:49 +0000
committerEric Andersen <andersen@codepoet.org>2000-12-10 04:43:49 +0000
commitc8eedd56ac9fc651bf60e42da5609d1c9182a2ae (patch)
tree680bae9ebd8780425ac1e7907de9e6484540a7c9 /debian
parent46f44d24fcc25a5d6e13e0453485881bdf147e91 (diff)
downloadbusybox-c8eedd56ac9fc651bf60e42da5609d1c9182a2ae.tar.gz
Some .deb update
Diffstat (limited to 'debian')
-rw-r--r--debian/Config.h-deb7
-rw-r--r--debian/Config.h-udeb9
-rw-r--r--debian/changelog6
3 files changed, 19 insertions, 3 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)
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)
diff --git a/debian/changelog b/debian/changelog
index 89c9167c6..6ca8de50a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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