Skip to content
Snippets Groups Projects
Commit b7ab6c66 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

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: default avatarJohn Clark <inindev@gmail.com>

SVN-Revision: 48483
parent e8e4b6ee
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment