diff options
author | imp <imp@FreeBSD.org> | 2010-03-07 15:03:21 +0800 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2010-03-07 15:03:21 +0800 |
commit | ee756a702391a689b372dab2bf72077c823af754 (patch) | |
tree | 099c8e98c0ef728c6e36c8bdc249112165970274 /net | |
parent | 75ec5fe0e8953bbc7c8666026f1efd7f998fa2c0 (diff) | |
download | freebsd-ports-gnome-ee756a702391a689b372dab2bf72077c823af754.tar.gz freebsd-ports-gnome-ee756a702391a689b372dab2bf72077c823af754.tar.zst freebsd-ports-gnome-ee756a702391a689b372dab2bf72077c823af754.zip |
Make it possible to automatically load the right bwn firmware from new
bwn driver.
Feature safe: yes
Diffstat (limited to 'net')
-rw-r--r-- | net/bwn-firmware-kmod/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/bwn-firmware-kmod/Makefile b/net/bwn-firmware-kmod/Makefile index 18587c230534..6f34d3c99b68 100644 --- a/net/bwn-firmware-kmod/Makefile +++ b/net/bwn-firmware-kmod/Makefile @@ -20,7 +20,7 @@ COMMENT= Broadcom AirForce IEEE 802.11 Firmware Kernel Module BUILD_DEPENDS= b43-fwcutter:${PORTSDIR}/sysutils/b43-fwcutter FIRMWARES= \ - ucode5 ucode11 ucode13 ucode14 ucode15 \ + ucode ucode5 ucode11 ucode13 ucode14 ucode15 \ pcm5 a0g1initvals5 a0g0initvals5 \ b0g0initvals5 b0g0initvals13 a0g1bsinitvals5 a0g0bsinitvals5 \ b0g0bsinitvals5 \ @@ -29,7 +29,7 @@ FIRMWARES= \ n0bsinitvals11 FIRMWARES_LP= \ - ucode5 ucode11 ucode13 ucode14 ucode15 \ + ucode ucode5 ucode11 ucode13 ucode14 ucode15 \ pcm5 a0g1initvals5 a0g0initvals5 \ b0g0initvals5 b0g0initvals13 a0g1bsinitvals5 a0g0bsinitvals5 \ b0g0bsinitvals5 \ |