OpenWrt Forum Archive

Topic: some friends can help me with compile problem?

The content of this topic has been archived on 7 Apr 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.

why the libubox can not git clone from openwrt git server?
git clone git.openwrt.org/project/libubox.git

some one can help me a good link to libubox.git?
many thanks.

please send to my email, jz7606@gmail.com

Hi guys, I have same issue as you problem.
Is there a known solution to this problem?

LEDE fork has copies of most of the package git repos in their git server.
https://git.lede-project.org/?o=project

You could
* clone/download the packages manually from there (clone, and create the correct .tar.gz to /dl directory), or
* change OPENWRT_GIT variable in include/download.mk to point into LEDE git server instead to point all OPENWRT_GIT downloads from LEDE instead. Libubox that you mentioned, uses that OPENWRT_GIT alias to define the git server.

See:
https://github.com/openwrt/openwrt/blob … load.mk#L8

https://github.com/openwrt/openwrt/blob … akefile#L8

But hopefully the situation will correct itself in a few hours, if devs get the git.openwrt.org up and running again.

(Last edited by hnyman on 6 Sep 2016, 09:13)

Thanks all, the openwrt  git server is ok now, I past the compilation already.

The discussion might have continued from here.