aboutsummaryrefslogtreecommitdiff
path: root/include/applets.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/applets.h')
-rw-r--r--include/applets.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/applets.h b/include/applets.h
index 0b65266f3..b1425fa81 100644
--- a/include/applets.h
+++ b/include/applets.h
@@ -283,6 +283,9 @@
283#ifdef CONFIG_INSMOD 283#ifdef CONFIG_INSMOD
284 APPLET(insmod, insmod_main, _BB_DIR_SBIN, _BB_SUID_NEVER) 284 APPLET(insmod, insmod_main, _BB_DIR_SBIN, _BB_SUID_NEVER)
285#endif 285#endif
286#ifdef CONFIG_INSTALL
287 APPLET(install, install_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER)
288#endif
286#ifdef CONFIG_IP 289#ifdef CONFIG_IP
287 APPLET(ip, ip_main, _BB_DIR_BIN, _BB_SUID_NEVER) 290 APPLET(ip, ip_main, _BB_DIR_BIN, _BB_SUID_NEVER)
288#endif 291#endif