Add in ifconfig and route
[oweals/busybox.git] / applets.h
index fe8c597827fcead05fd54200e05bb1179f9f1bbb..9aa65dac019b5dd6e7699467c74fcad4d5ee3806 100644 (file)
--- a/applets.h
+++ b/applets.h
@@ -89,6 +89,12 @@ const struct BB_applet applets[] = {
 #ifdef BB_DOS2UNIX
        APPLET("dos2unix", dos2unix_main, _BB_DIR_USR_BIN, dos2unix_usage)
 #endif
+#ifdef BB_DPKG
+       APPLET("dpkg", dpkg_main, _BB_DIR_USR_BIN, dpkg_usage)
+#endif
+#ifdef BB_DPKG_DEB
+       APPLET("dpkg-deb", dpkg_deb_main, _BB_DIR_USR_BIN, dpkg_deb_usage)
+#endif
 #ifdef BB_DU
        APPLET("du", du_main, _BB_DIR_USR_BIN, du_usage)
 #endif
@@ -152,6 +158,9 @@ const struct BB_applet applets[] = {
 #ifdef BB_ID
        APPLET("id", id_main, _BB_DIR_USR_BIN, id_usage)
 #endif
+#ifdef BB_IFCONFIG
+       APPLET("ifconfig", ifconfig_main, _BB_DIR_SBIN, ifconfig_usage)
+#endif
 #ifdef BB_INIT
        APPLET_NOUSAGE("init", init_main, _BB_DIR_SBIN)
 #endif
@@ -239,6 +248,9 @@ const struct BB_applet applets[] = {
 #ifdef BB_PING
        APPLET("ping", ping_main, _BB_DIR_BIN, ping_usage)
 #endif
+#ifdef BB_PIVOT_ROOT
+       APPLET("pivot_root", pivot_root_main, _BB_DIR_SBIN, pivot_root_usage)
+#endif
 #ifdef BB_POWEROFF
        APPLET("poweroff", poweroff_main, _BB_DIR_SBIN, poweroff_usage)
 #endif
@@ -275,6 +287,9 @@ const struct BB_applet applets[] = {
 #ifdef BB_RMMOD
        APPLET("rmmod", rmmod_main, _BB_DIR_SBIN, rmmod_usage)
 #endif
+#ifdef BB_ROUTE
+       APPLET("route", route_main, _BB_DIR_USR_BIN, route_usage)
+#endif
 #ifdef BB_RPMUNPACK
        APPLET("rpmunpack", rpmunpack_main, _BB_DIR_USR_BIN, rpmunpack_usage)
 #endif
@@ -359,6 +374,9 @@ const struct BB_applet applets[] = {
 #ifdef BB_UUENCODE
        APPLET("uuencode", uuencode_main, _BB_DIR_USR_BIN, uuencode_usage)
 #endif
+#ifdef BB_WATCHDOG
+       APPLET("watchdog", watchdog_main, _BB_DIR_SBIN, watchdog_usage)
+#endif
 #ifdef BB_WC
        APPLET("wc", wc_main, _BB_DIR_USR_BIN, wc_usage)
 #endif