Completing README with missing instructions to get other installation packages
authorrtrimana <rtrimana@uci.edu>
Mon, 26 Feb 2018 22:37:52 +0000 (14:37 -0800)
committerrtrimana <rtrimana@uci.edu>
Mon, 26 Feb 2018 22:37:52 +0000 (14:37 -0800)
README

diff --git a/README b/README
index 18938ad01e072bcbbd104c39a9acf4d0c537ce98..af16ae4b8396c328eddb0bfa9550b402a55801bf 100644 (file)
--- a/README
+++ b/README
@@ -40,8 +40,11 @@ onto your local repository. Then execute "git checkout lede-17.01" to checkout
 the right branch---this is a detached branch (there is no master branch), so we 
 have to do this to make sure that we can push and pull changes correctly.
 
-2) Copy the compilation configuration file vigilia.config into a .config file in
-the main folder by executing "cp vigilia.config .config".
+2) Run "./scripts/feeds update -a" to get all the latest package definitions
+defined in feeds.conf / feeds.conf.default respectively and "./scripts/feeds 
+install -a" to install symlinks of all of them into package/feeds/.
+Run "make menuconfig", choose "< Load >", and load "vigilia.config". Then save
+this configuration as ".config".
 
 3) Do "make world -j<number-of-proc>", e.g. make world -j12.