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

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