diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-07-22 10:11:27 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-07-22 10:11:27 +0000 |
commit | a501d0f01fa9e5ec10809c5a150250b0d24cc4d6 (patch) | |
tree | 8ed0ef2f3ceccde3391bfc63c947d1511961c65a /include/applets.h | |
parent | 9c3c38da5575b1eca8690855a2e4894d4cab34e2 (diff) | |
download | busybox-w32-a501d0f01fa9e5ec10809c5a150250b0d24cc4d6.tar.gz busybox-w32-a501d0f01fa9e5ec10809c5a150250b0d24cc4d6.tar.bz2 busybox-w32-a501d0f01fa9e5ec10809c5a150250b0d24cc4d6.zip |
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.h | 3 |
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 |