README.txt 754 B

1234567891011121314151617181920212223242526272829
  1. The reghack utility replaces the regulatory domain rules in the driver binaries
  2. with less restrictive ones. The current version also lifts the 5GHz radar
  3. channel restrictions in ath9k.
  4. This version is made for current OpenWrt trunk. To patch older release like 12.09,
  5. use http://luci.subsignal.org/~jow/reghack/old/ .
  6. How to use:
  7. ssh root@openwrt
  8. On ar71xx:
  9. cd /tmp/
  10. wget http://luci.subsignal.org/~jow/reghack/reghack.mips.elf
  11. chmod +x reghack.mips.elf
  12. ./reghack.mips.elf /lib/modules/*/ath.ko
  13. ./reghack.mips.elf /lib/modules/*/cfg80211.ko
  14. reboot
  15. On mpc85xx:
  16. cd /tmp/
  17. wget http://luci.subsignal.org/~jow/reghack/reghack.ppc.elf
  18. chmod +x reghack.ppc.elf
  19. ./reghack.ppc.elf /lib/modules/*/ath.ko
  20. ./reghack.ppc.elf /lib/modules/*/cfg80211.ko
  21. reboot