Checking in new phone registration scripts; restructuring directories; fixing README
[lede.git] / README
diff --git a/README b/README
index 923097bb1c21fda515d6423a1b9576d35b0fd0dd..1638446e0ac3b03e221774d5da120efdf8f0c04f 100644 (file)
--- a/README
+++ b/README
@@ -79,7 +79,11 @@ 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) Last, we need to copy the setup scripts in sentinel_setup/setup into /setup on
+10) We need to also create /root/sentinel_setup/register and copy the scripts in
+sentinel_setup/register/version_2 into it. These Shell scripts work with the
+Android app that registers and deletes devices to and fro the router.
+
+11) Last, we need to copy the setup scripts in sentinel_setup/setup into /setup on
 our LEDE system. This contains a number of scripts. 
 - "startup.sh" will be run by the rc.local script when LEDE is booting up. This script 
 contains the initial firewall rules for Sentinel router and a number of workaround 
@@ -94,4 +98,4 @@ on the system.
 - "show" shows the active iptables rules.
 - "transfer" contains commands to transfer files through the "scp" command.
 
-12) Reboot the system and we will have a working LEDE router for Sentinel system.
+13) Reboot the system and we will have a working LEDE router for Sentinel system.