Remove the wget applet from busybox
authorFredrik Fornwall <fredrik@fornwall.net>
Mon, 3 Aug 2015 22:07:02 +0000 (18:07 -0400)
committerFredrik Fornwall <fredrik@fornwall.net>
Mon, 3 Aug 2015 22:07:02 +0000 (18:07 -0400)
The wget applet confuses people, is broken on i686 and
does not support https. It's better to install the real GNU wget.

packages/busybox/build.sh
packages/busybox/busybox.config

index d119030..5bfe6dd 100755 (executable)
@@ -2,7 +2,7 @@ TERMUX_PKG_HOMEPAGE=http://www.busybox.net/
 TERMUX_PKG_DESCRIPTION="Tiny versions of many common UNIX utilities into a single small executable"
 TERMUX_PKG_ESSENTIAL=yes
 TERMUX_PKG_VERSION=1.23.2
-TERMUX_PKG_BUILD_REVISION=3
+TERMUX_PKG_BUILD_REVISION=4
 TERMUX_PKG_SRCURL=http://www.busybox.net/downloads/busybox-${TERMUX_PKG_VERSION}.tar.bz2
 TERMUX_PKG_BUILD_IN_SRC=yes
 
index 0eaff34..260e9ae 100644 (file)
@@ -868,7 +868,7 @@ CONFIG_UDHCPC_SLACK_FOR_BUGGY_SERVERS=0
 CONFIG_IFUPDOWN_UDHCPC_CMD_OPTIONS=""
 CONFIG_UDPSVD=y
 # CONFIG_VCONFIG is not set
-CONFIG_WGET=y
+CONFIG_WGET=n
 CONFIG_FEATURE_WGET_STATUSBAR=y
 CONFIG_FEATURE_WGET_AUTHENTICATION=y
 # CONFIG_FEATURE_WGET_LONG_OPTIONS is not set