OpenWRT reghack

Sun 04 January 2015
By makefu

With the reghack tool you will be able to have your wifi card run on it's full potential without all the pesky regulations requiring you to send on a lower tx power.

Of course you may only do this in a metal chamber in your lab for testing purposes.

cd /tmp/
wget http://luci.subsignal.org/~jow/reghack/reghack.mips.elf
chmod +x reghack.mips.elf
./reghack.mips.elf /lib/modules/*/ath.ko
./reghack.mips.elf /lib/modules/*/cfg80211.ko
reboot
# use US country for all wifi cards
# txpower=30 should work now
uci set wireless.@wifi-device[0].country=US
uci set wireless.@wifi-device[0].txpower=30

I mirrored the data as of this date on euer.krebsco.de just in case

Comments