From 69715030288691779ec0665c93433f48e30ac622 Mon Sep 17 00:00:00 2001 From: Rich Brown Date: Wed, 29 Apr 2015 01:12:44 -0400 Subject: [PATCH] Fix typos in script --- config-openwrt.sh | 38 ++++++++++++++------------------------ 1 file changed, 14 insertions(+), 24 deletions(-) diff --git a/config-openwrt.sh b/config-openwrt.sh index ecb2cf6..beb319a 100755 --- a/config-openwrt.sh +++ b/config-openwrt.sh @@ -10,18 +10,18 @@ # All the sections are commented out. There are sections for: # # - Update the root password -# - Set up the eth0/WAN interface to connect to your provider +# - Set up the eth0/WAN interface to connect to via PPPoE # - Update the software packages # - Set the time zone # - Enable SNMP for traffic monitoring and measurements # - Enable mDNS/ZeroConf on the br-lan (LAN) interface # - Set the SQM (Smart Queue Management) parameters # -# To run this script +# ***** To run this script ***** # # Flash the router with factory firmware. Then *telnet* in and execute these statements. # You should do this over a wired connection because some of these changes -# will reset the wireless network. +# can reset the wireless network. # # telnet 192.168.1.1 # cd /tmp @@ -34,12 +34,12 @@ # Update the root password. Supply new password for NEWPASSWD and # uncomment six lines. # -echo 'Updating root password' -NEWPASSWD=conT7528 -passwd <