#!/bin/sh
echo -e "\nFinished installing reghack. Now let's hack the driver binaries!"
reghack `find /lib -name cfg80211.ko`
reghack `find /lib -name ath.ko`
echo -e "\nRebooting is required to properly reload the modified drivers."
