From 30f110b93bb50ae10e3b1d746710ffeab12265ae Mon Sep 17 00:00:00 2001 From: makefu Date: Mon, 26 Jan 2015 14:47:38 +0100 Subject: pre-change --- content/extra/reghack/README.txt | 44 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 content/extra/reghack/README.txt (limited to 'content/extra/reghack/README.txt') diff --git a/content/extra/reghack/README.txt b/content/extra/reghack/README.txt new file mode 100644 index 0000000..fe17952 --- /dev/null +++ b/content/extra/reghack/README.txt @@ -0,0 +1,44 @@ +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. + +This version is made for current OpenWrt trunk. To patch older releases like 12.09, +use http://luci.subsignal.org/~jow/reghack/old/ . + +How to use: + +ssh root@openwrt + +On ar71xx: + +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 + +On mpc85xx: + +cd /tmp/ +wget http://luci.subsignal.org/~jow/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://luci.subsignal.org/~jow/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://luci.subsignal.org/~jow/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 -- cgit v1.2.3