Не устанавливается репозиторий Entware-ng на прошивке 1.9.2.7-rtn-r7533M-gf162782, после перепрошивки настройки роутера в дефолт сбрасывал. Пробовал несколько раз результат одинаковый:
Code:
$ ls -l /tmp/local
drwxr-xr-x    3 ud       root            60 Jan  1  1970 etc
drwx------    2 ud       root            40 Jan  1  1970 root
$ mkdir /tmp/local/opt
$ ls -l /tmp/local
drwxr-xr-x    3 ud       root            60 Jan  1  1970 etc
drwxr-xr-x    2 ud       root            40 Oct 10 15:34 opt
drwx------    2 ud       root            40 Jan  1  1970 root
$ mount /tmp/local/opt /opt
$ wget -O - http://pkg.entware.net/binaries/mipsel/installer/installer.sh | sh
Connecting to pkg.entware.net (81.4.123.217:80)
-                    100% |************************************************************************************************************|  1359   0:00:00 ETA
Info: Creating folders...
Info: Deploying opkg package manager...
Downloading /opt/bin/opkg... wget: error getting response
failed!
Перешил тот же роутер на 1.9.2.7-rtn-r7520M-g4b3c772, всё ок:
Code:
$ mkdir /tmp/local/opt
$ mount /tmp/local/opt /opt
$ wget -O - http://pkg.entware.net/binaries/mipsel/installer/installer.sh | sh
Connecting to pkg.entware.net (81.4.123.217:80)
-                    100% |************************************************************************************************************|  1359   0:00:00 ETA
Info: Creating folders...
Info: Deploying opkg package manager...
Downloading /opt/bin/opkg... success!
Downloading /opt/etc/opkg.conf... success!
Downloading /opt/etc/profile... success!
Downloading /opt/etc/init.d/rc.func... success!
Downloading /opt/etc/init.d/rc.unslung... success!
Info: Basic packages installation...
Downloading http://pkg.entware.net/binaries/mipsel/Packages.gz.
Updated list of available packages in /opt/var/opkg-lists/entware-ng.
Installing ldconfig (1.0.16-3) to root...
Downloading http://pkg.entware.net/binaries/mipsel/ldconfig_1.0.16-3_mipselsf.ipk.
Installing findutils (4.6.0-1) to root...
Downloading http://pkg.entware.net/binaries/mipsel/findutils_4.6.0-1_mipselsf.ipk.
Installing libc (1.0.16-3) to root...
Downloading http://pkg.entware.net/binaries/mipsel/libc_1.0.16-3_mipselsf.ipk.
Installing libgcc (5.3.0-3) to root...
Downloading http://pkg.entware.net/binaries/mipsel/libgcc_5.3.0-3_mipselsf.ipk.
Installing libssp (5.3.0-3) to root...
Downloading http://pkg.entware.net/binaries/mipsel/libssp_5.3.0-3_mipselsf.ipk.
Configuring ldconfig.
Configuring libgcc.
Configuring libc.
Configuring libssp.
Configuring findutils.

Congratulations! If there are no errors above then Entware-ng is successfully initialized.

Found a Bug? Please report at https://github.com/Entware-ng/Entware-ng/issues

Type 'opkg install <pkg_name>' to install necessary package.
Покопавшись, на мой взгляд, проблема со скачиванием и недавним обновлением в busybox'е, где то вот в этих коммитах

https://github.com/wl500g/wl500g/commits/master
Commits on Sep 26, 2016

busybox: wget/ssl_helper: update to wolfssl-3.9.8
Denys Vlasenko committed with lly-dev on 21 Aug
@lly-dev

busybox: wget: run s_client helper with -servername HOST
Denys Vlasenko committed with lly-dev on 25 Jul
@lly-dev

busybox: wget: make -T timeout work on header reads too. Closes 8636
Denys Vlasenko committed with lly-dev on 17 Mar
@lly-dev

busybox: ash: in heredoc code, fix access past the end of allocated m…
Denys Vlasenko committed with lly-dev 15 days ago
@lly-dev

busybox: libbb:/send_to_from: do not require that "to" should have th…
lly-dev committed 14 days ago
@themiron