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