diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-12-10 04:43:49 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-12-10 04:43:49 +0000 |
commit | c8eedd56ac9fc651bf60e42da5609d1c9182a2ae (patch) | |
tree | 680bae9ebd8780425ac1e7907de9e6484540a7c9 | |
parent | 46f44d24fcc25a5d6e13e0453485881bdf147e91 (diff) | |
download | busybox-w32-c8eedd56ac9fc651bf60e42da5609d1c9182a2ae.tar.gz busybox-w32-c8eedd56ac9fc651bf60e42da5609d1c9182a2ae.tar.bz2 busybox-w32-c8eedd56ac9fc651bf60e42da5609d1c9182a2ae.zip |
Some .deb update
-rw-r--r-- | debian/Config.h-deb | 7 | ||||
-rw-r--r-- | debian/Config.h-udeb | 9 | ||||
-rw-r--r-- | debian/changelog | 6 |
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 @@ | |||
258 | // Support installing modules from kernel versions after 2.1.18 | 258 | // Support installing modules from kernel versions after 2.1.18 |
259 | #define BB_FEATURE_INSMOD_NEW_KERNEL | 259 | #define BB_FEATURE_INSMOD_NEW_KERNEL |
260 | // | 260 | // |
261 | // You must enable one or both of these features | ||
262 | // Support modules status from pre 2.1 kernels | ||
263 | //#define BB_FEATURE_LSMOD_OLD_KERNEL | ||
264 | // Support modules status from kernel versions after 2.1.18 | ||
265 | #define BB_FEATURE_LSMOD_NEW_KERNEL | ||
266 | // | ||
261 | // Support module version checking | 267 | // Support module version checking |
262 | //#define BB_FEATURE_INSMOD_VERSION_CHECKING | 268 | //#define BB_FEATURE_INSMOD_VERSION_CHECKING |
263 | // | 269 | // |
264 | // Support for Minix filesystem, version 2 | 270 | // Support for Minix filesystem, version 2 |
265 | //#define BB_FEATURE_MINIX2 | 271 | //#define BB_FEATURE_MINIX2 |
266 | // | 272 | // |
267 | // | ||
268 | // Enable busybox --install [-s] | 273 | // Enable busybox --install [-s] |
269 | // to create links (or symlinks) for all the commands that are | 274 | // to create links (or symlinks) for all the commands that are |
270 | // compiled into the binary. (needs /proc filesystem) | 275 | // 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 @@ | |||
257 | // Support installing modules from pre 2.1 kernels | 257 | // Support installing modules from pre 2.1 kernels |
258 | //#define BB_FEATURE_INSMOD_OLD_KERNEL | 258 | //#define BB_FEATURE_INSMOD_OLD_KERNEL |
259 | // Support installing modules from kernel versions after 2.1.18 | 259 | // Support installing modules from kernel versions after 2.1.18 |
260 | //#define BB_FEATURE_INSMOD_NEW_KERNEL | 260 | #define BB_FEATURE_INSMOD_NEW_KERNEL |
261 | // | ||
262 | // You must enable one or both of these features | ||
263 | // Support modules status from pre 2.1 kernels | ||
264 | //#define BB_FEATURE_LSMOD_OLD_KERNEL | ||
265 | // Support modules status from kernel versions after 2.1.18 | ||
266 | #define BB_FEATURE_LSMOD_NEW_KERNEL | ||
261 | // | 267 | // |
262 | // Support module version checking | 268 | // Support module version checking |
263 | //#define BB_FEATURE_INSMOD_VERSION_CHECKING | 269 | //#define BB_FEATURE_INSMOD_VERSION_CHECKING |
@@ -265,7 +271,6 @@ | |||
265 | // Support for Minix filesystem, version 2 | 271 | // Support for Minix filesystem, version 2 |
266 | //#define BB_FEATURE_MINIX2 | 272 | //#define BB_FEATURE_MINIX2 |
267 | // | 273 | // |
268 | // | ||
269 | // Enable busybox --install [-s] | 274 | // Enable busybox --install [-s] |
270 | // to create links (or symlinks) for all the commands that are | 275 | // to create links (or symlinks) for all the commands that are |
271 | // compiled into the binary. (needs /proc filesystem) | 276 | // 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 @@ | |||
1 | busybox (0.48pre-2) unstable; urgency=low | ||
2 | |||
3 | * Lots more source updates and bug fixes. See changelog for details. | ||
4 | |||
5 | -- Erik Andersen <andersee@debian.org> Sat, 9 Dec 2000 21:42:57 -0700 | ||
6 | |||
1 | busybox (0.48pre-1) unstable; urgency=low | 7 | busybox (0.48pre-1) unstable; urgency=low |
2 | 8 | ||
3 | * Now includes .udeb support for the debian-installer -- note that this | 9 | * Now includes .udeb support for the debian-installer -- note that this |