[OpenWrt-Devel] DD: CONFIG_BUSYBOX_DEFAULT_WGET is not set

Christian Schoenebeck christian.schoenebeck at gmail.com
Sat Jan 23 18:21:19 EST 2016


For whatever reason uclient-fetch is installed into /bin directory.
Your plan is to use it as a replacement for Busybox Wget. Fine.
Why do you place the wget link to uclient-fetch also into /bin ?
wget default location is /usr/bin/wget

If you later install GNU wget the package will remove /usr/bin/wget and build a new link to wget-ssl.
With your /bin/wget link to uclient-fetch you will have two wget installation afterwards.
So it depends on your PATH environment which one is used.

I suggest wherever you install uclient-fetch the link must be from /usr/bin/wget.

Christian
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel



More information about the openwrt-devel mailing list