commit | 64a553451a5890800978cad84f75d85e185a6355 | [log] [tgz] |
---|---|---|
author | Steve Muckle <smuckle@google.com> | Tue Jul 30 11:53:15 2019 -0700 |
committer | Steve Muckle <smuckle@google.com> | Tue Aug 06 13:58:13 2019 -0700 |
tree | 6407aa52060018c5b6a56298d99fe159baaab0f9 | |
parent | ded44c06be23dc7447fb3e3f33f7d998c418657e [diff] [blame] |
toolbox: add modprobe Add an implementation of modprobe based on libmodprobe. Change-Id: I85ba440766406fe6ca7e90bec204d06632785a66
diff --git a/toolbox/tools.h b/toolbox/tools.h index 9a7ebd2..bb57e67 100644 --- a/toolbox/tools.h +++ b/toolbox/tools.h
@@ -1,5 +1,6 @@ TOOL(getevent) TOOL(getprop) +TOOL(modprobe) TOOL(setprop) TOOL(start) TOOL(stop)