#15927: Install wifi firmwares scripts doesn't work
------------------------+----------------------------
Reporter: Maxis | Owner: humdinger
Type: bug | Status: assigned
Priority: normal | Milestone: Unscheduled
Component: - General | Version: R1/Development
Resolution: | Keywords:
Blocked By: | Blocking:
Platform: All |
------------------------+----------------------------
Changes (by diver):
* owner: nobody => humdinger
* status: new => assigned
* summary: Install wifi firmwares scripts doesn't works => Install wifi
firmwares scripts doesn't work
Old description:
After installing http://gnuwin32.sourceforge.net/packages/wget.htm and
http://gnuwin32.sourceforge.net/packages/zip.htm on Windows 10 x64 bat
script download-data-for-wlan-firmwares.bat cannot find wget and zip. \\
Fixed this by changing `path="C:\Program Files\GnuWin32\bin";%path%` to
`path="C:\Program Files (x86)\GnuWin32\bin";%path%` I got working wget
and zip but i cannot download files from https sites. \\
After appending `--no-check-certificate` to wget i was able to download
files except for
"http://downloads.openwrt.org/sources/wl_apsta-3.130.20.0" because there
is no ".o" extension. \\
Also script cannot download "byteswap.h" file because of incorrect URL.
Incorrect URL in both script "download-data-for-wlan-firmwares.txt" and
"download-data-for-wlan-firmwares.bat" \\
Also there is no sources files of firmware in
http://weongyo.org/project/malo/malo-firmware-1.4.tar.gz archive but some
sources here http://www.nazgul.ch/malo/malo-firmware-1.4.tgz \\
I don't know if it's the firmware or something else.