X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=busybox.def.h;h=854de1466ca55fa8a26dd03754e9565f6423d2c7;hb=f1f6d58598ae6628b6a31d512e9148674349ee98;hp=ee583694e495e243fb033be3e44cfe5754f93590;hpb=e6b9dfa96730d9cedfb1f22a4bc0f3bcb6949ea6;p=oweals%2Fbusybox.git diff --git a/busybox.def.h b/busybox.def.h index ee583694e..854de1466 100644 --- a/busybox.def.h +++ b/busybox.def.h @@ -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 @@ -114,12 +115,18 @@ // 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 @@ -189,14 +196,14 @@ // 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 //