From: Jo-Philipp Wich Date: Tue, 29 Mar 2016 08:04:09 +0000 (+0200) Subject: Correct svn revision and fix swapped sources X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=81c42cabd23214a168e7edab078f71dd746c631a;p=web.git Correct svn revision and fix swapped sources Signed-off-by: Jo-Philipp Wich --- diff --git a/pages/source.txt b/pages/source.txt index ba8d452..7b939b4 100644 --- a/pages/source.txt +++ b/pages/source.txt @@ -2,7 +2,7 @@ include::header.txt[] == The Source Code -The LEDE project source code start off with OpenWrt revision r44444. The code +The LEDE project source code start off with OpenWrt revision r49083. The code stored inside a git tree. This tree contains all branches and releases ever mad by OpenWrt. While importing the SOurces the tree was normalized and some minor tweaks were made to commiter names and mail addresses. @@ -10,13 +10,13 @@ minor tweaks were made to commiter names and mail addresses. === Getting The _LEDE_ Code ---- -git clone git@git.lede-project.org:openwrt/source.git +git clone git@git.lede-project.org:source.git ---- === Getting the OpenWrt Code ---- -git clone git@git.lede-project.org:source.git +git clone git@git.lede-project.org:openwrt/source.git ---- === The Web Presence