Add in ifconfig and route
[oweals/busybox.git] / applets.h
index 4bd8b79e4f3d86b435c2267918acd13a5a88f47d..9aa65dac019b5dd6e7699467c74fcad4d5ee3806 100644 (file)
--- a/applets.h
+++ b/applets.h
@@ -158,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
@@ -284,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