I\'m trying to install LINC-Switch to OpenWRT and stuck on following problem:
git clone https://github.com/FlowForwarding/LINC-Switch.git
and g
Next to using git-http, as Nemo Alex suggests, you should also have the ca-bundle installed:
git-http
ca-bundle
opkg update opkg remove git opkg install git-http opkg install ca-bundle