Minor fixups.
-Erik
This commit is contained in:
parent
8cbac440d6
commit
e89267c8b3
@ -281,7 +281,7 @@ const struct BB_applet applets[] = {
|
|||||||
{"tee", tee_main, _BB_DIR_USR_BIN, tee_usage},
|
{"tee", tee_main, _BB_DIR_USR_BIN, tee_usage},
|
||||||
#endif
|
#endif
|
||||||
#ifdef BB_TOUCH
|
#ifdef BB_TOUCH
|
||||||
{"touch", touch_main, _BB_DIR_USR_BIN, touch_usage},
|
{"touch", touch_main, _BB_DIR_BIN, touch_usage},
|
||||||
#endif
|
#endif
|
||||||
#ifdef BB_TR
|
#ifdef BB_TR
|
||||||
{"tr", tr_main, _BB_DIR_USR_BIN, tr_usage},
|
{"tr", tr_main, _BB_DIR_USR_BIN, tr_usage},
|
||||||
|
@ -281,7 +281,7 @@ const struct BB_applet applets[] = {
|
|||||||
{"tee", tee_main, _BB_DIR_USR_BIN, tee_usage},
|
{"tee", tee_main, _BB_DIR_USR_BIN, tee_usage},
|
||||||
#endif
|
#endif
|
||||||
#ifdef BB_TOUCH
|
#ifdef BB_TOUCH
|
||||||
{"touch", touch_main, _BB_DIR_USR_BIN, touch_usage},
|
{"touch", touch_main, _BB_DIR_BIN, touch_usage},
|
||||||
#endif
|
#endif
|
||||||
#ifdef BB_TR
|
#ifdef BB_TR
|
||||||
{"tr", tr_main, _BB_DIR_USR_BIN, tr_usage},
|
{"tr", tr_main, _BB_DIR_USR_BIN, tr_usage},
|
||||||
|
@ -123,7 +123,7 @@
|
|||||||
// USE_PROCFS at the same time... NOTE: If you enable this feature, you
|
// 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
|
// _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
|
// in the busybox/kernel-patches directory. You will also need to create some
|
||||||
// device special files /dev on your embedded system:
|
// device special files in /dev on your embedded system:
|
||||||
// mknod /dev/modules c 10 23
|
// mknod /dev/modules c 10 23
|
||||||
// mknod /dev/mtab c 10 22
|
// mknod /dev/mtab c 10 22
|
||||||
// mknod /dev/ps c 10 21
|
// mknod /dev/ps c 10 21
|
||||||
|
Loading…
Reference in New Issue
Block a user