base-files: fix sysupgrade 'wget' handling for uclient-fetch
authorFelix Fietkau <nbd@openwrt.org>
Mon, 25 Jan 2016 12:35:21 +0000 (12:35 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Mon, 25 Jan 2016 12:35:21 +0000 (12:35 +0000)
commitb7ab6c66cc8b0b89c623c1270b60ed61024cfe41
tree50fe897f800380b1581790cedc430a27c5596b04
parente8e4b6eed8da155967519183652a74fa43d51abf
base-files: fix sysupgrade 'wget' handling for uclient-fetch

change 48451 tried to add support for uclient-fetch by moving
/usr/bin/wget to /bin/wget, but this change kept the symbolic
link to /bin/busybox as install_bin creates links to param 1

the desired fix is to link to uclient-fetch to wget:
  install_bin /bin/uclient-fetch /bin/wget

Signed-off-by: John Clark <inindev@gmail.com>
SVN-Revision: 48483
package/base-files/files/lib/upgrade/common.sh