Index of /tools/reghack/

NameLast ModifiedSizeType
../ -  Directory
reghack.c2016-Apr-12 08:57:5310.2Ktext/plain
reghack.mips.elf2016-Apr-12 08:57:5845.0Kapplication/octet-stream
reghack.ppc.elf2016-Apr-12 08:58:0340.7Kapplication/octet-stream
reghack.x86.elf2016-Apr-12 08:58:0832.9Kapplication/octet-stream
reghack.x86_64.elf2016-Apr-12 08:58:1336.8Kapplication/octet-stream
Original location: http://luci.subsignal.org/~jow/reghack/

--

The reghack utility replaces the regulatory domain rules in the driver binaries
with less restrictive ones. The current version also lifts the 5GHz radar
channel restrictions in ath9k.

How to use:

ssh root@openwrt

On ar71xx:

cd /tmp/
wget http://openwrt.dtech.hu/tools/reghack/reghack.mips.elf
chmod +x reghack.mips.elf
./reghack.mips.elf /lib/modules/*/ath.ko
./reghack.mips.elf /lib/modules/*/cfg80211.ko
reboot

On mpc85xx:

cd /tmp/
wget http://openwrt.dtech.hu/tools/reghack/reghack.ppc.elf
chmod +x reghack.ppc.elf
./reghack.ppc.elf /lib/modules/*/ath.ko
./reghack.ppc.elf /lib/modules/*/cfg80211.ko
reboot

On x86:

cd /tmp/
wget http://openwrt.dtech.hu/tools/reghack/reghack.x86.elf
chmod +x reghack.x86.elf
./reghack.x86.elf /lib/modules/*/ath.ko
./reghack.x86.elf /lib/modules/*/cfg80211.ko

On amd64:

cd /tmp/
wget http://openwrt.dtech.hu/tools/reghack/reghack.x86_64.elf
chmod +x reghack.x86_64.elf
./reghack.x86_64.elf /lib/modules/*/ath.ko
./reghack.x86_64.elf /lib/modules/*/cfg80211.ko
lighttpd/1.4.49 (win64)