new applet. Thanks Roberto A. Foglietta

This commit is contained in:
"Vladimir N. Oleynik" 2006-01-25 14:19:11 +00:00
parent 8aa9e57149
commit 7b4aa6ffc6
7 changed files with 494 additions and 0 deletions

View file

@ -164,6 +164,9 @@
#ifdef CONFIG_DMESG
APPLET(dmesg, dmesg_main, _BB_DIR_BIN, _BB_SUID_NEVER)
#endif
#ifdef CONFIG_DNSD
APPLET(dnsd, dnsd_main, _BB_DIR_USR_SBIN, _BB_SUID_ALWAYS)
#endif
#ifdef CONFIG_DOS2UNIX
APPLET(dos2unix, dos2unix_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER)
#endif