diff options
author | hauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-02-19 20:29:28 +0000 |
---|---|---|
committer | hauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-02-19 20:29:28 +0000 |
commit | 68e36eb6b329a26ec59bb8d68c6e317a91d44b75 (patch) | |
tree | eba3a4b54d7409cafb62d62a27d7b46073e9aad8 /package/mac80211 | |
parent | 2f6ca857d02f0d1a5e051adbc954216213b7b8ed (diff) |
mac80211: wrong md5sum of OpenFirmware. Fixes #4664
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14571 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211')
-rw-r--r-- | package/mac80211/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/mac80211/Makefile b/package/mac80211/Makefile index a5b9aa2b4..3fa604083 100644 --- a/package/mac80211/Makefile +++ b/package/mac80211/Makefile @@ -289,7 +289,7 @@ ifneq ($(CONFIG_B43_OPENFIRMWARE),) PKG_B43_FWV4_OBJECT:=openfwwf-$(PKG_B43_FWV4_VERSION) PKG_B43_FWV4_SOURCE:=openfwwf-$(PKG_B43_FWV4_VERSION).tar.gz PKG_B43_FWV4_SOURCE_URL:=http://www.ing.unibs.it/openfwwf/firmware/ - PKG_B43_FWV4_MD5SUM:=b2e99ececc27cb70b818170cc5557fd5 + PKG_B43_FWV4_MD5SUM:=3510c133393bb4911c4aa35742cefcfd endif |