summaryrefslogtreecommitdiff
path: root/include/applets.h
diff options
context:
space:
mode:
authorEric Andersen2003-07-22 10:11:27 +0000
committerEric Andersen2003-07-22 10:11:27 +0000
commita501d0f01fa9e5ec10809c5a150250b0d24cc4d6 (patch)
tree8ed0ef2f3ceccde3391bfc63c947d1511961c65a /include/applets.h
parent9c3c38da5575b1eca8690855a2e4894d4cab34e2 (diff)
downloadbusybox-a501d0f01fa9e5ec10809c5a150250b0d24cc4d6.zip
busybox-a501d0f01fa9e5ec10809c5a150250b0d24cc4d6.tar.gz
Remove the update utility, that is only relevant to older 2.0.x kernels
that are no longer supported.
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 d01ab2d..2ee8164 100644
--- a/include/applets.h
+++ b/include/applets.h
@@ -613,9 +613,6 @@
#ifdef CONFIG_UNZIP
APPLET(unzip, unzip_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER)
#endif
-#ifdef CONFIG_UPDATE
- APPLET(update, update_main, _BB_DIR_SBIN, _BB_SUID_NEVER)
-#endif
#ifdef CONFIG_UPTIME
APPLET(uptime, uptime_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER)
#endif