Skip to content

Commit

Permalink
busybox: add ALTERNATIVES for wget
Browse files Browse the repository at this point in the history
Busybox wget applet conflicts with the version from uclient.
Fix this by using ALTERNATIVE support for wget in busybox.

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
  • Loading branch information
dedeckeh committed Jan 13, 2019
1 parent d560deb commit 3f0eb71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package/utils/busybox/Makefile
Expand Up @@ -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

Expand Down

0 comments on commit 3f0eb71

Please sign in to comment.