summaryrefslogtreecommitdiff
path: root/include/applets.h
diff options
context:
space:
mode:
authorRuss Dill <Russ.Dill@asu.edu>2002-10-14 21:41:28 +0000
committerRuss Dill <Russ.Dill@asu.edu>2002-10-14 21:41:28 +0000
commit61fb48930f45aa536584b2047f9e703186e8f69f (patch)
treee3b93e0a694be81939f8c4762553c43ffdb9b10b /include/applets.h
parent9060a7315980bb05f42eab76b88746d43e138188 (diff)
downloadbusybox-w32-61fb48930f45aa536584b2047f9e703186e8f69f.tar.gz
busybox-w32-61fb48930f45aa536584b2047f9e703186e8f69f.tar.bz2
busybox-w32-61fb48930f45aa536584b2047f9e703186e8f69f.zip
added full udhcp integration
Diffstat (limited to 'include/applets.h')
-rw-r--r--include/applets.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/include/applets.h b/include/applets.h
index 60928aef2..e59342051 100644
--- a/include/applets.h
+++ b/include/applets.h
@@ -152,6 +152,9 @@
152#ifdef CONFIG_DUMPKMAP 152#ifdef CONFIG_DUMPKMAP
153 APPLET(dumpkmap, dumpkmap_main, _BB_DIR_BIN, _BB_SUID_NEVER) 153 APPLET(dumpkmap, dumpkmap_main, _BB_DIR_BIN, _BB_SUID_NEVER)
154#endif 154#endif
155#ifdef CONFIG_DUMPLEASES
156 APPLET(dumpleases, dumpleases_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER)
157#endif
155#ifdef CONFIG_DUTMP 158#ifdef CONFIG_DUTMP
156 APPLET(dutmp, dutmp_main, _BB_DIR_USR_SBIN, _BB_SUID_NEVER) 159 APPLET(dutmp, dutmp_main, _BB_DIR_USR_SBIN, _BB_SUID_NEVER)
157#endif 160#endif
@@ -495,7 +498,10 @@
495 APPLET(tty, tty_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER) 498 APPLET(tty, tty_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER)
496#endif 499#endif
497#ifdef CONFIG_UDHCPC 500#ifdef CONFIG_UDHCPC
498 APPLET(udhcpc, udhcpc_main, _BB_DIR_SBIN, _BB_SUID_NEVER) 501 APPLET(udhcpc, udhcpc_main, _BB_DIR_USR_SBIN, _BB_SUID_NEVER)
502#endif
503#ifdef CONFIG_UDHCPD
504 APPLET(udhcpd, udhcpd_main, _BB_DIR_USR_SBIN, _BB_SUID_NEVER)
499#endif 505#endif
500#ifdef CONFIG_UMOUNT 506#ifdef CONFIG_UMOUNT
501 APPLET(umount, umount_main, _BB_DIR_BIN, _BB_SUID_NEVER) 507 APPLET(umount, umount_main, _BB_DIR_BIN, _BB_SUID_NEVER)