mac80211: b43: add support for firmware 784.2
This adds firmware 784.2 for b43 as an option. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41524 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
c697e27174
commit
1287291e35
|
@ -1018,6 +1018,14 @@ endef
|
||||||
|
|
||||||
|
|
||||||
#Broadcom firmware
|
#Broadcom firmware
|
||||||
|
ifneq ($(CONFIG_B43_FW_6_30),)
|
||||||
|
PKG_B43_FWV4_NAME:=broadcom-wl
|
||||||
|
PKG_B43_FWV4_VERSION:=6.30.163.46
|
||||||
|
PKG_B43_FWV4_OBJECT:=$(PKG_B43_FWV4_NAME)-$(PKG_B43_FWV4_VERSION).wl_apsta.o
|
||||||
|
PKG_B43_FWV4_SOURCE:=$(PKG_B43_FWV4_NAME)-$(PKG_B43_FWV4_VERSION).tar.bz2
|
||||||
|
PKG_B43_FWV4_SOURCE_URL:=http://www.lwfinger.com/b43-firmware/
|
||||||
|
PKG_B43_FWV4_MD5SUM:=6fe97e9368d25342a1ab943d3cf3496d
|
||||||
|
else
|
||||||
ifneq ($(CONFIG_B43_FW_5_10),)
|
ifneq ($(CONFIG_B43_FW_5_10),)
|
||||||
PKG_B43_FWV4_NAME:=broadcom-wl
|
PKG_B43_FWV4_NAME:=broadcom-wl
|
||||||
PKG_B43_FWV4_VERSION:=5.10.56.27.3
|
PKG_B43_FWV4_VERSION:=5.10.56.27.3
|
||||||
|
@ -1051,6 +1059,7 @@ else
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
endif
|
||||||
ifneq ($(CONFIG_B43_OPENFIRMWARE),)
|
ifneq ($(CONFIG_B43_OPENFIRMWARE),)
|
||||||
PKG_B43_FWV4_NAME:=broadcom-wl
|
PKG_B43_FWV4_NAME:=broadcom-wl
|
||||||
PKG_B43_FWV4_VERSION:=5.2
|
PKG_B43_FWV4_VERSION:=5.2
|
||||||
|
@ -1125,34 +1134,39 @@ config PACKAGE_B43_USE_BCMA
|
||||||
config B43_FW_4_150
|
config B43_FW_4_150
|
||||||
bool "Firmware 410.2160 from driver 4.150.10.5 (old stable)"
|
bool "Firmware 410.2160 from driver 4.150.10.5 (old stable)"
|
||||||
help
|
help
|
||||||
Stable firmware for BCM43xx devices.
|
Old stable firmware for BCM43xx devices.
|
||||||
|
|
||||||
If unsure, select this.
|
If unsure, select this.
|
||||||
|
|
||||||
config B43_FW_4_178
|
config B43_FW_4_178
|
||||||
bool "Firmware 478.104 from driver 4.178.10.4"
|
bool "Firmware 478.104 from driver 4.178.10.4"
|
||||||
help
|
help
|
||||||
Experimental firmware for BCM43xx devices.
|
Older firmware for BCM43xx devices.
|
||||||
|
|
||||||
This firmware is not tested as much as the "stable" firmware.
|
|
||||||
|
|
||||||
If unsure, select the "stable" firmware.
|
If unsure, select the "stable" firmware.
|
||||||
|
|
||||||
config B43_FW_5_10
|
config B43_FW_5_10
|
||||||
bool "Firmware 508.1084 from driver 5.10.56.27"
|
bool "Firmware 508.1084 from driver 5.10.56.27"
|
||||||
help
|
help
|
||||||
Newer experimental firmware for BCM43xx devices.
|
Older firmware for BCM43xx devices.
|
||||||
|
|
||||||
This firmware is mostly untested. It is needed for some N-PHY devices.
|
|
||||||
|
|
||||||
If unsure, select the "stable" firmware.
|
If unsure, select the "stable" firmware.
|
||||||
|
|
||||||
config B43_FW_5_100_138
|
config B43_FW_5_100_138
|
||||||
bool "Firmware 666.2 from driver 5.100.138 (stable)"
|
bool "Firmware 666.2 from driver 5.100.138 (stable)"
|
||||||
|
help
|
||||||
|
The currently default firmware for BCM43xx devices.
|
||||||
|
|
||||||
|
This firmware currently gets most of the testing and is needed for some N-PHY devices.
|
||||||
|
|
||||||
|
If unsure, select the this firmware.
|
||||||
|
|
||||||
|
config B43_FW_6_30
|
||||||
|
bool "Firmware 784.2 from driver 6.30.163.46 (experimental)"
|
||||||
help
|
help
|
||||||
Newer experimental firmware for BCM43xx devices.
|
Newer experimental firmware for BCM43xx devices.
|
||||||
|
|
||||||
This firmware is mostly untested. It is needed for some N-PHY devices.
|
This firmware is mostly untested.
|
||||||
|
|
||||||
If unsure, select the "stable" firmware.
|
If unsure, select the "stable" firmware.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue