Anyone familiar with routing devices know that low-power consumption routing appliances can be useful when you have enough to warrant a low cost solution to networking in specific situations.
Here is a kernel configuration for the Soekris Net 4511 device using the 2.6.27 kernel and a script I wrote which originally would definitely only run on my machine, I would be open to suggestions in making it more dynamic, distribution independant and all that. Take a look at the notes at the top to see where I was headed with this.
The Soekris Net 4511 device uses AMD's 486 ELAN processor at 100MHz and consumes a massive 3 Watts.
This script creates almost any size image file using loop devices eventually to be written to a physical CompactFlash card or other hot-loadable storage medium which the Soekris devices can boot from.
In this particular instance the Soekris device has two ethernet ports and can take a wireless adapter. It is a fully functional routing appliance and/or firewall, proxy, pretty much anything.
As you can see I've already started the process of making it more dynamic.
Here is the configuration for kernel 2.6.27:
http://autopsy.liveprojects.info/SOEKRIS/config.soekris
Here is the script:
http://autopsy.liveprojects.info/SOEKRIS/mkfsimage.sh
Any contributions or fixes or even flames welcome.