svn commit: trunk/busybox
landley at busybox.net
landley at busybox.net
Thu May 11 16:39:54 UTC 2006
Author: landley
Date: 2006-05-11 09:39:52 -0700 (Thu, 11 May 2006)
New Revision: 15069
Log:
Rename the devfs device names option so it doesn't bite people so often.
Modified:
trunk/busybox/Config.in
Changeset:
Modified: trunk/busybox/Config.in
===================================================================
--- trunk/busybox/Config.in 2006-05-11 15:23:23 UTC (rev 15068)
+++ trunk/busybox/Config.in 2006-05-11 16:39:52 UTC (rev 15069)
@@ -81,10 +81,12 @@
busybox to support locale settings.
config CONFIG_FEATURE_DEVFS
- bool "Support for devfs"
+ bool "Use devfs names for devices"
default n
help
- Enable if you want BusyBox to work with devfs.
+ This tells busybox to look for names like /dev/loop/0 instead of
+ /dev/loop0. If your /dev directory has normal names instead of
+ devfs names, you don't want this.
config CONFIG_FEATURE_DEVPTS
bool "Use the devpts filesystem for Unix98 PTYs"
More information about the busybox-cvs
mailing list