Nothing to see here. Move along.
Not buying it, eh? I know I said new features before 1.1, but, well... (I was weak!) The config file and hotplug modes aren't implemented yet. Might take a stab at those tomorrow. (I _should_ go back to focusing on the bug triage list.)
This commit is contained in:
parent
3858bf18d5
commit
70f7ef7be3
5 changed files with 180 additions and 2 deletions
|
@ -414,6 +414,9 @@
|
|||
#ifdef CONFIG_MD5SUM
|
||||
APPLET(md5sum, md5sum_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER)
|
||||
#endif
|
||||
#ifdef CONFIG_MDEV
|
||||
APPLET(mdev, mdev_main, _BB_DIR_SBIN, _BB_SUID_NEVER)
|
||||
#endif
|
||||
#ifdef CONFIG_MESG
|
||||
APPLET(mesg, mesg_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER)
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue