mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

12 lines
416 B

ipw2100_pm() {
driverfile=$base/download/mirror/h/hostap-driver-0.1.3.tar.bz2
tar -x --use-compress-program=bunzip2 -f $driverfile
driverdir=$(echo $driverfile | sed -e "s,.*/,," -e "s,.tar.bz2,,")
var_append makeopt " " "HOSTAP=$driverdir"
# don't run depmod -> shared files
sed -i '\,sbin/depmod, d' Makefile
}
hook_add premake 3 "ipw2100_pm"
var_append makeopt " " "CONFIG_IPW2100_LEGACY_FW_LOAD=y"