aboutsummaryrefslogtreecommitdiff
path: root/net/ipw-firmware-kmod
Commit message (Collapse)AuthorAgeFilesLines
* Populate the 'kld' virtual category, for ports that install Kernel LoadableMark Linimon2007-06-291-1/+1
| | | | | | | | | modules. Hat: portmgr Notes: svn path=/head/; revision=194441
* Fix package creation.Florent Thoumie2007-06-202-5/+5
| | | | | | | Reported by: Jan Henrik Sylvester <me@janh.de> Notes: svn path=/head/; revision=193943
* Mark IGNORE for OSVERSION >= 700032 (inclusion of firmwares in base).Florent Thoumie2007-03-021-0/+7
| | | | Notes: svn path=/head/; revision=186345
* - This use of MAKE_ENV somehow breaks usual kmod compilation flags, soFlorent Thoumie2007-01-311-5/+4
| | | | | | | | | | explicitely use ${SETENV} KMODDIR="${KMODDIR}" before calling sub-make. [1] - Use 700015 as __FreeBSD_version to detect if ipw(4) is using firmware(9). Reported by: Benjamin Close [1] Notes: svn path=/head/; revision=183808
* Update ports to reflect last MFC to iwi(4).Florent Thoumie2006-07-121-1/+5
| | | | | | | Reminded by: mlaier Notes: svn path=/head/; revision=167586
* - Fix bogus OSVERSION test.Florent Thoumie2006-05-081-1/+1
| | | | | | | Reported by: Joey Mingrone <joey@mingrone.org> Notes: svn path=/head/; revision=161685
* Be a bit more verbose in the IGNORE message and point toFlorent Thoumie2006-04-181-1/+1
| | | | | | | net/${DRIVERNAME}-firmware. Notes: svn path=/head/; revision=159859
* - Fix bogus conditional...Florent Thoumie2006-04-181-2/+1
| | | | Notes: svn path=/head/; revision=159856
* Add firmware version when building the kernel module.Florent Thoumie2006-03-281-2/+3
| | | | | | | Suggested by: mlaier Notes: svn path=/head/; revision=158302
* Add ipw-firmware-kmod. This new port uses the firmware(9) framework toFlorent Thoumie2006-03-164-0/+79
generate kernel loadable modules embedding firmwares for the ipw(4) based cards. Notes: svn path=/head/; revision=157439