Remove the update utility, that is only relevant to older 2.0.x kernels

that are no longer supported.
This commit is contained in:
Eric Andersen
2003-07-22 10:11:27 +00:00
parent 9c3c38da55
commit a501d0f01f
5 changed files with 3 additions and 123 deletions

View File

@ -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