diff --git a/README.md b/README.md index 5a14c72..210c331 100644 --- a/README.md +++ b/README.md @@ -29,28 +29,3 @@ Build & Run make clean ; make
sudo ./app -p <port> ------------------------------------------------------------------------- -OpenWRT Prerequisite ------------------------------------------------------------------------- -1. Add firewall rule to allow to run ControlAppC on WAN
-uci add firewall rule
-uci add_list firewall.@rule[10].target='ACCEPT'
-uci add_list firewall.@rule[10].src='wan'
-uci add_list firewall.@rule[10].proto='tcp udp'
-uci add_list firewall.@rule[10].dest_port='9004'
-uci add_list firewall.@rule[10].name='ControlAppC'
-uci commit
-2. Disable Wi-Fi for the clean start
-uci delete wireless.@wifi-iface[0]
-uci delete wireless.@wifi-iface[1]
-uci commit
- ------------------------------------------------------------------------- -OpenWRT Build ------------------------------------------------------------------------- -Change Makefile
-ROLE = openwrt
-make clean ; make
- -Use scp to copy app to OpenWRT
-./app -p <port>