Entware-for-kernel-3x / Entware-ng-3x

Ultimate repo for embedded devices
GNU General Public License v2.0
42 stars 5 forks source link

probable error in the script #24

Closed p3x-robot closed 7 years ago

p3x-robot commented 7 years ago

Ciao, How are you? http://entware-3x.zyxmon.org/binaries/armv7/installer/install_alt.sh

There was a line: wget $URL/libc-2.25.so -O/opt/lib/libc-2.25.so

I had to change it to: wget $URL/libc-2.25.so -O /opt/lib/libc-2.25.so

zyxmon commented 7 years ago

I am adding space after 'O' in the scripts. Scripts worked fine on many platforms/firmwares with unchanged line before.