mirror of https://github.com/hak5/openwrt.git
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 <dedeckeh@gmail.com>openwrt-19.07
parent
d560deb7f2
commit
3f0eb71dae
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue