diff options
author | Rob Landley <rob@landley.net> | 2020-06-02 00:36:27 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2020-06-02 00:36:27 -0500 |
commit | 4aad32f1e1592a15e758e19fe2ae5d53d8cfdaee (patch) | |
tree | 79a6490e78cc6660af42fd80533e7be6f6139f32 /www | |
parent | 13275d2482da48bf5c529191b091933466100752 (diff) | |
download | toybox-4aad32f1e1592a15e758e19fe2ae5d53d8cfdaee.tar.gz |
Remove getevent from roadmap: it's an android board bringup tool built by
running a python script against the kernel headers, more or less a hardware
debugging tool that doesn't really benefit from being in-tree nor does it
need to ship on deployed systems. (And it should probably be a kernel module.)
Diffstat (limited to 'www')
-rw-r--r-- | www/roadmap.html | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/www/roadmap.html b/www/roadmap.html index 43647c4f..0ca1714e 100644 --- a/www/roadmap.html +++ b/www/roadmap.html @@ -348,9 +348,8 @@ getevent getprop modprobe setprop start <p>getprop/setprop/start were in toybox and moved back because they're so tied to non-public system interfaces. modprobe shares the implementation -used in init. getevent probably does make sense as a toybox command, but at the -moment it's built with a python script that pulls all the constants from the -latest kernel headers, which is very convenient.</p> +used in init. getevent is a board bringup tool built with a python script +that pulls all the constants from the latest kernel headers.</p> <h3>Other Android /system/bin commands</h3> @@ -388,7 +387,7 @@ binaries in /system/bin are:</p> for toybox, we get:</p> <blockquote><b> -arping blkid e2fsck dd fsck.f2fs fsck_msdos getevent gzip ip iptables +arping blkid e2fsck dd fsck.f2fs fsck_msdos gzip ip iptables ip6tables iw logwrapper make_ext4fs make_f2fs modpobe newfs_msdos ping ping6 reboot resize2fs sh ss tc tracepath tracepath6 traceroute traceroute6 </b></blockquote> |