Modwrt Update New Software: Difference between revisions

From lechacal
Jump to navigation Jump to search
(Created page with " =1.= Connect to the device using ssh. Install [http://the.earth.li/~sgtatham/putty/latest/x86/putty.exe Putty] on your computer for this and setup a ssh connection. User: ro...")
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:


=1.=
=1. Preliminaries=
Connect to the device using ssh. Install [http://the.earth.li/~sgtatham/putty/latest/x86/putty.exe Putty] on your computer for this and setup a ssh connection.
Connect to the device using ssh. Install [http://the.earth.li/~sgtatham/putty/latest/x86/putty.exe Putty] on your computer for this and setup a ssh connection.


Line 7: Line 7:


=2. Remove old packages=
=2. Remove old packages=
In teh ssh session issue these commands below:
In the ssh session issue these commands below:
  opkg update
  opkg update
  opkg remove modwrt modwrt-luci
  opkg remove modwrt modwrt-luci

Latest revision as of 16:36, 5 July 2018

1. Preliminaries

Connect to the device using ssh. Install Putty on your computer for this and setup a ssh connection.

User: root password: admin (or anything you have already setup).

2. Remove old packages

In the ssh session issue these commands below:

opkg update
opkg remove modwrt modwrt-luci

3. Install new packages

opkg install modwrt modwrt-luci

4. Replace the config

cp /etc/config/modwrt-opkg /etc/config/modwrt

5. Reboot the device