base-files: fix sysupgrade 'wget' handling for uclient-fetch
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 25 Jan 2016 12:35:21 +0000 (12:35 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 25 Jan 2016 12:35:21 +0000 (12:35 +0000)
commitafc06457433780cd5df6afd24c9a554724643892
tree56a5df8cd398e500c586e3b328ff7d7aa3deeaee
parent8fa668e17b7ee25d6e73429fe47ed314a5665284
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48483 3c298f89-4303-0410-b956-a3cf2f4a3e73
package/base-files/files/lib/upgrade/common.sh