Some changelog updates.
[oweals/busybox.git] / busybox.def.h
index ee583694e495e243fb033be3e44cfe5754f93590..854de1466ca55fa8a26dd03754e9565f6423d2c7 100644 (file)
@@ -25,6 +25,7 @@
 #define BB_DMESG
 #define BB_DUTMP
 #define BB_DU
+#define BB_DUMPKMAP
 #define BB_ECHO
 #define BB_FBSET
 #define BB_FDFLUSH
 // pretty/useful).
 //
 //
-// Turn this on to use Erik's very cool devps, devmtab, 
-// etc kernel drivers, thereby eliminating the need for 
-// the /proc filesystem and thereby saving lots and lots 
-// memory for more important things.
-// You can't use this and USE_PROCFS at the same time...
-// (BTW, I emailed Linus and this patch will not be going into the stock kernel)
+//
+// Turn this on to use Erik's very cool devps, devmtab, etc kernel drivers,
+// thereby eliminating the need for the /proc filesystem and thereby saving
+// lots and lots memory for more important things.  You can not use this and
+// USE_PROCFS at the same time...  NOTE:  If you enable this feature, you
+// _must_ have patched the kernel to include the devps patch that is included
+// in the busybox/kernel-patches directory.  You will also need to create some
+// device special files /dev on your embedded system:
+//        mknod /dev/modules c 10 23
+//        mknod /dev/mtab c 10 22
+//        mknod /dev/ps c 10 21
+// I emailed Linus and this patch will not be going into the stock kernel.
 //#define BB_FEATURE_USE_DEVPS_PATCH
 //
 // enable features that use the /proc filesystem (apps that 
 // Enable support for a real /etc/mtab file instead of /proc/mounts
 //#define BB_FEATURE_MOUNT_MTAB_SUPPORT
 //
+// Enable support for mounting remote NFS volumes
+// (This does not yet work with Linux 2.[34].x kernels)
+#define BB_FEATURE_NFSMOUNT
+//
 // Enable support forced filesystem unmounting 
 // (i.e. in case of an unreachable NFS system).
 #define BB_FEATURE_MOUNT_FORCE
 //
-// Enable support for mounting remote NFS volumes
-// (This does not yet work with Linux 2.[34].x kernels)
-//#define BB_FEATURE_NFSMOUNT
-//
 // Enable support for creation of tar files.
 #define BB_FEATURE_TAR_CREATE
 //