FritzBox 7140--->7170, svn trunk to git

Greetings,

Having successfully upgrade a FritzBox 7140 with 7170 firmware i tried to install Openwrt on it.
Following the procedures at wiki:

https://openwrt.org/toh/avm/fritz.box.wlan.7170

There are many dead links for the scripts.
With many search i found these instructions :

https://web.archive.org/web/20120426194644/http://deve.loping.net/files/FRITZ-WRT-HOWTO.html.en

However to compile this firmware you need to use svn trunk, but the server is no longer online.
So, I have to use git hub instead.

How can i transform the following command :

svn co -r 9340 https://svn.openwrt.org/openwrt/trunk openwrt

to a working one using git ?

Hello,

what it (probably) does is get revision 9340 of that svn source code repository.

svn and git are two different software management systems.

so git won't be of any use on a svn repo.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.