Adding (empty) devices.dat as this is needed by the phone app to start.
[lede.git] / README
diff --git a/README b/README
index 18938ad01e072bcbbd104c39a9acf4d0c537ce98..fddafd759cc46089239eed9712044746f49e5929 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.
 
@@ -78,8 +81,8 @@ default firewall setup from LEDE, we can do
 "mv /etc/config/firewall /etc/config/firewall.bak" to make it unreadable by LEDE
 UCI when it is initializing the firewall rules when the system is booting up.
 
-10) We need to also create /root/vigilia_setup/register and copy the scripts in
-vigilia_setup/register/version_2 into it. These Shell scripts work with the
+10) We need to also create /root/vigilia_setup/register and copy the scripts and files in
+vigilia_setup/register/version_3 into it. These Shell scripts work with the
 Android app that registers and deletes devices to and from the router.
 
 11) Last, we need to copy the setup scripts in vigilia_setup/setup into /setup on