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 <