Hi,

> Is there a way to compile github private repositories as package in openwrt?

PKG_SOURCE_URL:=https://githubuser:githubp...@github.com/project/repo.git

or

PKG_SOURCE_URL:=g...@github.com:project/repo.git

or

PKG_SOURCE_URL:=ssh://g...@github.com/project/repo.git


The first one only works on accounts without 2FA, the latter two assume a
functioning SSH setup for Github cloning on the buildhost.

~ Jo

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to