<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.hacks.be/wiki/index.php?action=history&amp;feed=atom&amp;title=Installing_dd-wrt_on_Linksys_EA6900</id>
	<title>Installing dd-wrt on Linksys EA6900 - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.hacks.be/wiki/index.php?action=history&amp;feed=atom&amp;title=Installing_dd-wrt_on_Linksys_EA6900"/>
	<link rel="alternate" type="text/html" href="https://www.hacks.be/wiki/index.php?title=Installing_dd-wrt_on_Linksys_EA6900&amp;action=history"/>
	<updated>2026-04-30T12:09:37Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.1</generator>
	<entry>
		<id>https://www.hacks.be/wiki/index.php?title=Installing_dd-wrt_on_Linksys_EA6900&amp;diff=113&amp;oldid=prev</id>
		<title>Tom: Created page with &quot;Follow the guide at http://www.dd-wrt.com/phpBB2/viewtopic.php?t=291230  =32k nvram bug= The default bootloader on the Linksys EA6900 has a bug when more than 32k of nvram is...&quot;</title>
		<link rel="alternate" type="text/html" href="https://www.hacks.be/wiki/index.php?title=Installing_dd-wrt_on_Linksys_EA6900&amp;diff=113&amp;oldid=prev"/>
		<updated>2016-06-18T17:02:09Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;Follow the guide at http://www.dd-wrt.com/phpBB2/viewtopic.php?t=291230  =32k nvram bug= The default bootloader on the Linksys EA6900 has a bug when more than 32k of nvram is...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Follow the guide at http://www.dd-wrt.com/phpBB2/viewtopic.php?t=291230&lt;br /&gt;
&lt;br /&gt;
=32k nvram bug=&lt;br /&gt;
The default bootloader on the Linksys EA6900 has a bug when more than 32k of nvram is in use. Either update the bootloader, or don&amp;#039;t use over 32k. To prevent using too much nvram: turn off unnecessary services, don&amp;#039;t use ssh key-based authentication.&lt;br /&gt;
&lt;br /&gt;
Add following script to the startup section to remove unset variables:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;sh&amp;quot;&amp;gt;&lt;br /&gt;
for line in `nvram show | grep =$ `; do var=${line%*=}; nvram unset $var; done&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Flashing=&lt;br /&gt;
First flash a small image:&lt;br /&gt;
ftp://ftp.dd-wrt.com/betas/2013/12-22-2013-r23194/linksys-ea6900/&lt;br /&gt;
Afterwards an up-to-date image can be loaded. Just browse ftp://ftp.dd-wrt.com/betas .&lt;br /&gt;
It might be prudent to take an image that&amp;#039;s a week old. When bugs are found, a new revision is often uploaded on the next day, otherwise releases are weekly.&lt;br /&gt;
&lt;br /&gt;
In this case I used:&lt;br /&gt;
ftp://ftp.dd-wrt.com/betas/2016/06-06-2016-r29837/linksys-ea6900/&lt;/div&gt;</summary>
		<author><name>Tom</name></author>
	</entry>
</feed>