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, 0 insertions, 3 deletions
diff --git a/include/applets.h b/include/applets.h
index d01ab2d74..2ee816465 100644
--- a/include/applets.h
+++ b/include/applets.h
@@ -613,9 +613,6 @@
613#ifdef CONFIG_UNZIP 613#ifdef CONFIG_UNZIP
614 APPLET(unzip, unzip_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER) 614 APPLET(unzip, unzip_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER)
615#endif 615#endif
616#ifdef CONFIG_UPDATE
617 APPLET(update, update_main, _BB_DIR_SBIN, _BB_SUID_NEVER)
618#endif
619#ifdef CONFIG_UPTIME 616#ifdef CONFIG_UPTIME
620 APPLET(uptime, uptime_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER) 617 APPLET(uptime, uptime_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER)
621#endif 618#endif