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

Ultimate repo for embedded devices

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

probable error in the script

p3x-robot opened this issue · comments

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

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