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.

9 lines
343 B

  1. ipw2100_pm() {
  2. driverfile=$base/download/avm/hostap/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. }
  7. hook_add premake 3 "ipw2100_pm"
  8. var_append makeopt " " "CONFIG_IPW2100_LEGACY_FW_LOAD=y"