aboutsummaryrefslogtreecommitdiff
path: root/libbb
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2023-04-16 13:29:08 +0100
committerRon Yorston <rmy@pobox.com>2023-04-16 13:52:49 +0100
commit41827dd448c001b52b4f0e591ea605cb5de1d230 (patch)
tree7b0b65fae309a1f8ceadb6539b644e4451327d30 /libbb
parent74734bff81dc2e1a5b160d5621eeea35c5defabd (diff)
downloadbusybox-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')
-rw-r--r--libbb/Kbuild.src2
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
62lib-y += printable_string.o 62lib-y += printable_string.o
63lib-y += process_escape_sequence.o 63lib-y += process_escape_sequence.o
64lib-y += procps.o 64lib-y += procps.o
65lib-y += progress.o
65lib-y += ptr_to_globals.o 66lib-y += ptr_to_globals.o
66lib-y += read.o 67lib-y += read.o
67lib-y += read_key.o 68lib-y += read_key.o
@@ -114,7 +115,6 @@ lib-$(CONFIG_PLATFORM_POSIX) += makedev.o
114lib-$(CONFIG_PLATFORM_POSIX) += perror_nomsg.o 115lib-$(CONFIG_PLATFORM_POSIX) += perror_nomsg.o
115lib-$(CONFIG_PLATFORM_POSIX) += pidfile.o 116lib-$(CONFIG_PLATFORM_POSIX) += pidfile.o
116lib-$(CONFIG_PLATFORM_POSIX) += print_flags.o 117lib-$(CONFIG_PLATFORM_POSIX) += print_flags.o
117lib-$(CONFIG_PLATFORM_POSIX) += progress.o
118lib-$(CONFIG_PLATFORM_POSIX) += setup_environment.o 118lib-$(CONFIG_PLATFORM_POSIX) += setup_environment.o
119lib-$(CONFIG_PLATFORM_POSIX) += signals.o 119lib-$(CONFIG_PLATFORM_POSIX) += signals.o
120lib-$(CONFIG_PLATFORM_POSIX) += speed_table.o 120lib-$(CONFIG_PLATFORM_POSIX) += speed_table.o