From 8eb0dc1d101029620f7ca75a77f04b091b61a212 Mon Sep 17 00:00:00 2001 From: Glenn L McGrath Date: Wed, 21 Aug 2002 10:27:58 +0000 Subject: New applet, udhcp client --- include/applets.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/applets.h') diff --git a/include/applets.h b/include/applets.h index 6b8bce7e0..a1084fcc6 100644 --- a/include/applets.h +++ b/include/applets.h @@ -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 -- cgit v1.2.3-55-g6feb