New applet, udhcp client

This commit is contained in:
Glenn L McGrath
2002-08-21 10:27:58 +00:00
parent 3d184586a7
commit 8eb0dc1d10
5 changed files with 1590 additions and 0 deletions

View File

@ -479,6 +479,9 @@
#ifdef CONFIG_TTY
APPLET(tty, tty_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER)
#endif
#ifdef CONFIG_UDHCPC
APPLET(udhcpc, udhcpc_main, _BB_DIR_SBIN, _BB_SUID_NEVER)
#endif
#ifdef CONFIG_UMOUNT
APPLET(umount, umount_main, _BB_DIR_BIN, _BB_SUID_NEVER)
#endif