diff options
| author | Bernhard Schmidt <bschmidt@FreeBSD.org> | 2011-04-20 17:34:09 +0000 |
|---|---|---|
| committer | Bernhard Schmidt <bschmidt@FreeBSD.org> | 2011-04-20 17:34:09 +0000 |
| commit | d51f8d20247c373ab2c2db8aed596b8ac44e7a34 (patch) | |
| tree | bf3b5b6291a3718ee8804693c65e0978870f07e8 /sys/modules | |
| parent | c2bce4a2fcf3083607e00a1734b47c249751c8a8 (diff) | |
Notes
Diffstat (limited to 'sys/modules')
| -rw-r--r-- | sys/modules/iwnfw/Makefile | 2 | ||||
| -rw-r--r-- | sys/modules/iwnfw/iwn6000g2a/Makefile | 6 | ||||
| -rw-r--r-- | sys/modules/iwnfw/iwn6000g2b/Makefile | 6 |
3 files changed, 13 insertions, 1 deletions
diff --git a/sys/modules/iwnfw/Makefile b/sys/modules/iwnfw/Makefile index f47556a90d77..dc834605302e 100644 --- a/sys/modules/iwnfw/Makefile +++ b/sys/modules/iwnfw/Makefile @@ -1,5 +1,5 @@ # $FreeBSD$ -SUBDIR= iwn1000 iwn4965 iwn5000 iwn5150 iwn6000 iwn6050 +SUBDIR= iwn1000 iwn4965 iwn5000 iwn5150 iwn6000 iwn6000g2a iwn6000g2b iwn6050 .include <bsd.subdir.mk> diff --git a/sys/modules/iwnfw/iwn6000g2a/Makefile b/sys/modules/iwnfw/iwn6000g2a/Makefile new file mode 100644 index 000000000000..a39896cbda45 --- /dev/null +++ b/sys/modules/iwnfw/iwn6000g2a/Makefile @@ -0,0 +1,6 @@ +# $FreeBSD$ + +KMOD= iwn6000g2afw +IMG= iwlwifi-6000g2a-17.168.5.2 + +.include <bsd.kmod.mk> diff --git a/sys/modules/iwnfw/iwn6000g2b/Makefile b/sys/modules/iwnfw/iwn6000g2b/Makefile new file mode 100644 index 000000000000..71a260737def --- /dev/null +++ b/sys/modules/iwnfw/iwn6000g2b/Makefile @@ -0,0 +1,6 @@ +# $FreeBSD$ + +KMOD= iwn6000g2bfw +IMG= iwlwifi-6000g2b-17.168.5.2 + +.include <bsd.kmod.mk> |
