Compiling the OPENWRT process

Source: Internet
Author: User


opkg Download failed
Checking out files from the Git repository ... Cloning into ' opkg-9c97d5ecd795709c8584e972bfdf3aee3a5b846d ' ... fatal:could not read from remote repository.

Now look up and see where the make is.

MAKE[3]: Entering directory '/home/hevake_lcj/workspace/openwrt/trunk/package/system/opkg '

The original is opkg in Git clone may be the path of the problem, failed.

I try to open the Makefile under the opkg path and

Pkg_source_url:=http://git.yoctoproject.org/git/opkg

Change to:

Pkg_source_url:=git://git.yoctoproject.org/git/opkg

The result is still not in effect.

I manually search opkg, find the official website: http://git.yoctoproject.org/cgit/cgit.cgi/opkg/Open, see the bottom of the page is:

So, I changed Trunk/package/system/opkg/makefile file, the Pkg_source_url changed to:

Pkg_source_url:=git://git.yoctoproject.org/opkg

Continue make, pass!

Compiling the OPENWRT process

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.