diff options
author | Ron Yorston <rmy@pobox.com> | 2023-04-16 13:29:08 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2023-04-16 13:52:49 +0100 |
commit | 41827dd448c001b52b4f0e591ea605cb5de1d230 (patch) | |
tree | 7b0b65fae309a1f8ceadb6539b644e4451327d30 /libbb/Kbuild.src | |
parent | 74734bff81dc2e1a5b160d5621eeea35c5defabd (diff) | |
download | busybox-w32-41827dd448c001b52b4f0e591ea605cb5de1d230.tar.gz busybox-w32-41827dd448c001b52b4f0e591ea605cb5de1d230.tar.bz2 busybox-w32-41827dd448c001b52b4f0e591ea605cb5de1d230.zip |
wget: enable progress bar in default configuration
For some reason the progress bar in wget has never been enabled.
Costs 1536-1600 bytes.
Diffstat (limited to 'libbb/Kbuild.src')
-rw-r--r-- | libbb/Kbuild.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/Kbuild.src b/libbb/Kbuild.src index 425bfe1c6..d6394fe27 100644 --- a/libbb/Kbuild.src +++ b/libbb/Kbuild.src | |||
@@ -62,6 +62,7 @@ lib-y += printable.o | |||
62 | lib-y += printable_string.o | 62 | lib-y += printable_string.o |
63 | lib-y += process_escape_sequence.o | 63 | lib-y += process_escape_sequence.o |
64 | lib-y += procps.o | 64 | lib-y += procps.o |
65 | lib-y += progress.o | ||
65 | lib-y += ptr_to_globals.o | 66 | lib-y += ptr_to_globals.o |
66 | lib-y += read.o | 67 | lib-y += read.o |
67 | lib-y += read_key.o | 68 | lib-y += read_key.o |
@@ -114,7 +115,6 @@ lib-$(CONFIG_PLATFORM_POSIX) += makedev.o | |||
114 | lib-$(CONFIG_PLATFORM_POSIX) += perror_nomsg.o | 115 | lib-$(CONFIG_PLATFORM_POSIX) += perror_nomsg.o |
115 | lib-$(CONFIG_PLATFORM_POSIX) += pidfile.o | 116 | lib-$(CONFIG_PLATFORM_POSIX) += pidfile.o |
116 | lib-$(CONFIG_PLATFORM_POSIX) += print_flags.o | 117 | lib-$(CONFIG_PLATFORM_POSIX) += print_flags.o |
117 | lib-$(CONFIG_PLATFORM_POSIX) += progress.o | ||
118 | lib-$(CONFIG_PLATFORM_POSIX) += setup_environment.o | 118 | lib-$(CONFIG_PLATFORM_POSIX) += setup_environment.o |
119 | lib-$(CONFIG_PLATFORM_POSIX) += signals.o | 119 | lib-$(CONFIG_PLATFORM_POSIX) += signals.o |
120 | lib-$(CONFIG_PLATFORM_POSIX) += speed_table.o | 120 | lib-$(CONFIG_PLATFORM_POSIX) += speed_table.o |