mac80211: use correct firmware for ath9k_htc
The old firmware for ath9k_htc was not compatible with the driver since april. Also update to a new version of linux-firmware to get the newest version of these firmware files. Thank you Helmut Schaa for reporting this. SVN-Revision: 28433
This commit is contained in:
parent
bda02cc60f
commit
02c3f6c002
1 changed files with 5 additions and 4 deletions
|
@ -97,10 +97,11 @@ Generic IEEE 802.11 Networking Stack (mac80211)
|
|||
endef
|
||||
|
||||
PKG_LINUX_FIRMWARE_NAME:=linux-firmware
|
||||
PKG_LINUX_FIRMWARE_VERSION:=97649b1e5449029c845ebf7500e780a8867c3e89
|
||||
PKG_LINUX_FIRMWARE_VERSION:=d543c1d98fc240267ee59fff93f7a0f36d9e2fc3
|
||||
PKG_LINUX_FIRMWARE_SOURCE:=$(PKG_LINUX_FIRMWARE_NAME)-$(PKG_LINUX_FIRMWARE_VERSION).tar.bz2
|
||||
PKG_LINUX_FIRMWARE_PROTO:=git
|
||||
PKG_LINUX_FIRMWARE_SOURCE_URL:=git://git.kernel.org/pub/scm/linux/kernel/git/dwmw2/linux-firmware.git
|
||||
# PKG_LINUX_FIRMWARE_SOURCE_URL:=git://git.kernel.org/pub/scm/linux/kernel/git/dwmw2/linux-firmware.git
|
||||
PKG_LINUX_FIRMWARE_SOURCE_URL:=git://git.infradead.org/users/dwmw2/linux-firmware.git
|
||||
PKG_LINUX_FIRMWARE_SUBDIR:=$(PKG_LINUX_FIRMWARE_NAME)-$(PKG_LINUX_FIRMWARE_VERSION)
|
||||
|
||||
define Download/linux-firmware
|
||||
|
@ -1320,8 +1321,8 @@ endef
|
|||
define KernelPackage/ath9k-htc/install
|
||||
$(INSTALL_DIR) $(1)/lib/firmware
|
||||
$(INSTALL_DATA) \
|
||||
$(PKG_BUILD_DIR)/$(PKG_LINUX_FIRMWARE_SUBDIR)/ar9271.fw \
|
||||
$(PKG_BUILD_DIR)/$(PKG_LINUX_FIRMWARE_SUBDIR)/ar7010.fw \
|
||||
$(PKG_BUILD_DIR)/$(PKG_LINUX_FIRMWARE_SUBDIR)/htc_9271.fw \
|
||||
$(PKG_BUILD_DIR)/$(PKG_LINUX_FIRMWARE_SUBDIR)/htc_7010.fw \
|
||||
$(1)/lib/firmware/
|
||||
endef
|
||||
|
||||
|
|
Loading…
Reference in a new issue