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)
commitd089f60cbe9e7d7744a112ffc73d9616d3a956e1
tree56a5df8cd398e500c586e3b328ff7d7aa3deeaee
parentd0d69065e088bf459b9c978963218b452c1e790f
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