Upgrade from openwrt

From DD-WRT Wiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 08:15, 7 September 2009 (edit)
Excel4x (Talk | contribs)
(fixed local file name - was missing "dd-" prefix)
← Previous diff
Revision as of 10:05, 30 April 2010 (edit) (undo)
Glenn (Talk | contribs)
(+Category:Categories)
Next diff →
Line 20: Line 20:
Digid Digid
 +
 +[[Category:Categories]]

Revision as of 10:05, 30 April 2010

I had a linksys WRT54GS version 2 router that I wanted to upgrade from openwrt to dd-wrt. I could not find any documentation on how to do this. So I created this page just in case anyone else needed to do this.


Replace your firware image referenced below with the correct image for you router.


secure shell or telnet into the router running openwrt

cd /tmp

wget http://www.dd-wrt.com/dd-wrtv2/downloads/v24-sp1/Consumer/Linksys/WRT54GS_v2/dd-wrt.v24_mini_generic.bin

mtd -r write dd-wrt.v24_mini_generic.bin linux


If all goes well your router will reboot, and when it comes up it will be running dd-wrt

I did a factory defaults after the reboot, I am not sure if it is needed or not.

Digid