Re: Update script (fw_upgrade)
Posted by breda on Apr 15, 2016; 11:56pm
URL: https://itus.accessinnov.com/Update-script-fw-upgrade-tp43p701.html
Hi, Hans thanks for all the help the shield did not loose power I had to power off my cable modem but not the Shield
did you want me to copy and past and save the file to/etc/config/network first?
and they reboot the shield and run the commands?
CLI:
mkdir /tmp/test
mount /dev/mmcblk0p1 /tmp/test
ls -al /tmp/test
umount /tmp/test
rmdir /tmp/test
----------------------------------------------------------------------------------------------------------------------
config interface 'wan'
option ifname 'eth0'
option proto 'none'
option enable '1'
config interface 'lan'
option ifname 'eth1'
option proto 'dhcp'
option type 'bridge'
option enable '1'
option broadcast '1'
option peerdns '0'
option dns '208.67.222.222 208.67.220.220'
user8446