Changes between Initial Version and Version 3 of Ticket #15927


Ignore:
Timestamp:
Apr 29, 2020, 9:22:48 AM (4 years ago)
Author:
diver
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #15927 – Description

    initial v3  
    1 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. \\ After fix this by edit string "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 append "--no-check-certificate" string to wget i able to download files except "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" \\
    2 Also there is no sources files of firmare 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 dont't know is it the firmware or someting else.
     1After 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. \\
     2
     3Fixed 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. \\
     4
     5After 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. \\
     6
     7Also 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" \\
     8
     9Also 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 \\
     10
     11I don't know if it's the firmware or something else.