dragino/openwrt_lede-18.06

Cannot compile

Closed this issue · 1 comments

I wanted to make some modifications to the firmware but I cannot compile as it is downloaded from github. Please help.

I was trying to compile master branch after August but
./build_image.sh -s V=99 failed.

It was failing at
make[3]: Entering directory '/home/blah/blah/draginopenwrt/openwrt_lede-18.06/openwrt/package/libs/libmpsse'

  • curl -f --connect-timeout 20 --retry 5 --location --insecure https://libmpsse.googlecode.com/files/libmpsse-1.3.tar.gz
    (22) The requested URL returned error: 404 Not Found
    Download failed.
    Then multiple locations
    No more mirrors to try - giving up.
    package/Makefile:107: recipe for target 'package/libs/libmpsse/compile' failed

The file is not found in any mirror site. I did find a file of same name here - https://code.google.com/archive/p/libmpsse/downloads

Is there anything else that i need to do for compilation to work?

Using the link in this patch has helped resolve that problem. openwrt/pakages/libs/libmpsse/Makefile was modified to add https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/libmpsse/. Since md5 was the same I hope the library is the same.

This solves that particular issue so closing it as it is related to another repository