diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2011-10-13 12:02:35 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2011-10-13 12:02:35 +0000 |
commit | 2b296810b663bb9c731cec374526e98745b9fe82 (patch) | |
tree | 38c305c7e972e97bb816a76cb21226b43c442522 /package/mac80211/Makefile | |
parent | e2458b8fda8559ea5228190e4fc2d3bec7b9c915 (diff) | |
download | master-187ad058-2b296810b663bb9c731cec374526e98745b9fe82.tar.gz master-187ad058-2b296810b663bb9c731cec374526e98745b9fe82.tar.bz2 master-187ad058-2b296810b663bb9c731cec374526e98745b9fe82.zip |
mac80211: use new version of carl80211 firmware
This firmware is compatible with the driver version in use.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28436 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211/Makefile')
-rw-r--r-- | package/mac80211/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/mac80211/Makefile b/package/mac80211/Makefile index 193315b028..7c62e93724 100644 --- a/package/mac80211/Makefile +++ b/package/mac80211/Makefile @@ -38,7 +38,7 @@ PKG_CONFIG_DEPENDS:= \ CONFIG_PACKAGE_B43_N_PHY \ CONFIG_ATH_USER_REGD \ -CARL9170_FW_VERSION:=1.9.2 +CARL9170_FW_VERSION:=1.9.4 include $(INCLUDE_DIR)/package.mk @@ -144,7 +144,7 @@ $(eval $(call Download,p54spi)) define Download/carl9170 FILE:=$(CARL9170_FW)-$(CARL9170_FW_VERSION) URL:=http://downloads.openwrt.org/sources/ - MD5SUM:=9e33ac39dcd610aa1ad80bbf4f1abccf + MD5SUM:=30e2ae80c33b3008d271556d1a14e3ea endef $(eval $(call Download,carl9170)) |