diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-08-19 11:28:52 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-08-19 11:28:52 +0000 |
commit | c77e843c0927bc4235d6d54981bcf7fdaa9f0421 (patch) | |
tree | 07f4acd33b33c4159abfd50b5f9424409ab7a2a4 /include/applets.h | |
parent | d7cc2e601d9d909ca9de168da746dede7487e860 (diff) |
- add new applet rdev (Grant Erickson)
- fixes and shrink (me)
Diffstat (limited to 'include/applets.h')
-rw-r--r-- | include/applets.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/applets.h b/include/applets.h index 27c118e68..2363e72cd 100644 --- a/include/applets.h +++ b/include/applets.h @@ -286,6 +286,7 @@ USE_PSCAN(APPLET(pscan, _BB_DIR_USR_BIN, _BB_SUID_NEVER)) USE_PWD(APPLET_NOFORK(pwd, pwd, _BB_DIR_BIN, _BB_SUID_NEVER, pwd)) USE_RAIDAUTORUN(APPLET(raidautorun, _BB_DIR_SBIN, _BB_SUID_NEVER)) USE_RDATE(APPLET(rdate, _BB_DIR_USR_SBIN, _BB_SUID_NEVER)) +USE_RDEV(APPLET(rdev, _BB_DIR_USR_SBIN, _BB_SUID_NEVER)) USE_READAHEAD(APPLET(readahead, _BB_DIR_USR_BIN, _BB_SUID_NEVER)) USE_READLINK(APPLET(readlink, _BB_DIR_USR_BIN, _BB_SUID_NEVER)) USE_READPROFILE(APPLET(readprofile, _BB_DIR_USR_SBIN, _BB_SUID_NEVER)) |