This is an installable package of Frottle compiled for the Linksys WRT54G and compatible access points.
I created it for use with OpenWRT which is a replacement Linux firmware for these access points.
I also wrote some documentation for turning the Linksys WRT54G into an AP-client + routing node on WaFreeNet and similar networks.
If you are running OpenWRT, you can install frottle by adding this to your /etc/ipkg.conf:
src frottle http://www.penguincare.com.au/frottle/
and then running:
ipkg update; ipkg install frottle
You can also download the ipk file and install it manually, or run:
ipkg install http://www.penguincare.com.au/frottle/frottle_0.2.1-1_mipsel.ipk
I have also provided the custom control and rules files which I used to build the package, as well as the original source file which I did not modify at all.
Source code and ipkg also available at SourceForge