diff options
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -65,11 +65,11 @@ or Next, you need to have **.config** file. You can copy sample .config, and edit it -Your .config need to have "git-linux" and it needs to have both "linux" and "bsp" repository. -You can add it by +Your .config need to have "git-linux" and it needs to have these repositories. - > git remote add linux git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git - > git remote add bsp git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas-bsp.git + > git remote add linux git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git + > git remote add bsp git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas-bsp.git + > git remote add linux-next git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git Then, just "make". You can find index.html on top of periject folder |