diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2005-06-22 19:43:26 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2005-06-22 19:43:26 +0000 |
commit | fdca13ddff7191d9124f7b36c7424e7b120bc6e6 (patch) | |
tree | a7700fea60ea79afcff5a419b9342e4af8328770 /net/Makefile | |
parent | 82bc918b1e8547efd8b035010e42497c7ccd84b3 (diff) | |
download | ports-fdca13ddff7191d9124f7b36c7424e7b120bc6e6.tar.gz ports-fdca13ddff7191d9124f7b36c7424e7b120bc6e6.zip |
- Add iwi-firmware, Intel Pro/Wireless Lan 2200 firmware to be used
in conjunction with iwi(4). iwi(4) had already been included in HEAD, but
according to Damien Bergamini, there are no plans to MFC it to RELENG_5.
There is an option (WITH_)MODULE to build and install an iwi(4) module
from a snapshot if you're running RELENG_5.
Note: As of the date of this commit, it seems there are issues with the
iwi(4) snapshot and you might experience some problems.
Notes
Notes:
svn path=/head/; revision=137889
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index e48e649e2d7f..9ea72dc2cabe 100644 --- a/net/Makefile +++ b/net/Makefile @@ -261,6 +261,7 @@ SUBDIR += isc-dhcp3-devel SUBDIR += isc-dhcp3-relay SUBDIR += isc-dhcp3-server + SUBDIR += iwi-firmware SUBDIR += jabber SUBDIR += jabber-aim SUBDIR += jabber-conference |