From: Hans Dedecker Date: Fri, 11 Jan 2019 15:15:57 +0000 (+0100) Subject: busybox: add ALTERNATIVES for wget X-Git-Tag: v19.07.0-rc1~1601 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=3f0eb71daeec1d329e3ce5d53a9f5a35b1fed3ee;ds=sidebyside busybox: add ALTERNATIVES for wget Busybox wget applet conflicts with the version from uclient. Fix this by using ALTERNATIVE support for wget in busybox. Signed-off-by: Hans Dedecker --- diff --git a/package/utils/busybox/Makefile b/package/utils/busybox/Makefile index 80e8846a56..82f33d131f 100644 --- a/package/utils/busybox/Makefile +++ b/package/utils/busybox/Makefile @@ -60,6 +60,7 @@ define Package/busybox $(call BUSYBOX_IF_ENABLED,UPTIME, 100:/usr/bin/uptime:/bin/busybox) \ $(call BUSYBOX_IF_ENABLED,WATCH, 100:/bin/watch:/bin/busybox) \ $(call BUSYBOX_IF_ENABLED,XARGS, 100:/usr/bin/xargs:/bin/busybox) \ + $(call BUSYBOX_IF_ENABLED,WGET, 100:/usr/bin/wget:/bin/busybox) \ endef