aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2016-06-06 15:41:39 -0700
committerRob Landley <rob@landley.net>2016-06-10 18:51:20 -0500
commitd59e6d528fb6358c99f91e4297f1b92a7d1eb707 (patch)
tree119250247170731176c6b211c4df4efc9d098707 /www
parent1f69674020ad01fb03a24f34ea0cc476c785eeb2 (diff)
downloadtoybox-d59e6d528fb6358c99f91e4297f1b92a7d1eb707.tar.gz
Update Android roadmap section.
We killed toolbox ioctl and wouldn't build a toybox one anyway. Also admit that -- although toybox has a grep -- we're not actually using it yet (and why we're not).
Diffstat (limited to 'www')
-rwxr-xr-xwww/roadmap.html9
1 files changed, 6 insertions, 3 deletions
diff --git a/www/roadmap.html b/www/roadmap.html
index 56067317..3accce70 100755
--- a/www/roadmap.html
+++ b/www/roadmap.html
@@ -269,11 +269,14 @@ system/core/toolbox/Android.mk</a> the toolbox directory builds the
following commands:</p>
<blockquote><b>
-dd getevent ioctl log
+dd getevent log
nandread newfs_msdos
sendevent start stop top
</b></blockquote>
+<p>The toolbox makefile also builds the BSD grep right now, because toybox
+grep is missing <code>--color</code>.</p>
+
<h3>Other Android core commands</h3>
<p>Other than the toolbox directory, the currently interesting
@@ -297,7 +300,7 @@ implementing the full commands (fdisk, init, and sudo) come first.</p>
<p>For reference, combining everything listed above, we get:</p>
<blockquote><b>
-dd getevent init ioctl
+dd getevent init
log logcat logwrapper nandread
newfs_msdos reboot run-as
sendevent start stop top
@@ -312,7 +315,7 @@ for later).</p>
<p>This means toybox should implement (or finish implementing):</p>
<blockquote><b>
<span id=toolbox>
-dd getevent ioctl log logcat logwrapper
+dd getevent log logcat logwrapper
nandread newfs_msdos sendevent start stop
</span>
</b></blockquote>