aboutsummaryrefslogtreecommitdiff
path: root/busybox.def.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--busybox.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/busybox.def.h b/busybox.def.h
index 474c3c368..78e826d9b 100644
--- a/busybox.def.h
+++ b/busybox.def.h
@@ -123,7 +123,7 @@
123// USE_PROCFS at the same time... NOTE: If you enable this feature, you 123// USE_PROCFS at the same time... NOTE: If you enable this feature, you
124// _must_ have patched the kernel to include the devps patch that is included 124// _must_ have patched the kernel to include the devps patch that is included
125// in the busybox/kernel-patches directory. You will also need to create some 125// in the busybox/kernel-patches directory. You will also need to create some
126// device special files /dev on your embedded system: 126// device special files in /dev on your embedded system:
127// mknod /dev/modules c 10 23 127// mknod /dev/modules c 10 23
128// mknod /dev/mtab c 10 22 128// mknod /dev/mtab c 10 22
129// mknod /dev/ps c 10 21 129// mknod /dev/ps c 10 21