summaryrefslogtreecommitdiffstats
path: root/package/mac80211/Makefile
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-03-09 16:41:48 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-03-09 16:41:48 +0000
commit9fdb87c88819de663ea208016020b26ca484e872 (patch)
tree8fc402a4a7006fdbaf2975895940de4966a98895 /package/mac80211/Makefile
parent8cfceab612ec83d1d3e3602ca5d3dec3dbb7ecc6 (diff)
[package] fix p54usb firmware md5sum (#4759)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14821 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211/Makefile')
-rw-r--r--package/mac80211/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/mac80211/Makefile b/package/mac80211/Makefile
index 6537252ad..bddbd4c27 100644
--- a/package/mac80211/Makefile
+++ b/package/mac80211/Makefile
@@ -60,7 +60,7 @@ P54USBFW:=2.13.24.0.lm86.arm
define Download/p54usb
FILE:=$(P54USBFW)
URL:=http://daemonizer.de/prism54/prism54-fw/fw-usb
- MD5SUM:=2e847782bb36d5b0863db8b2f12c2228
+ MD5SUM:=2efd50eab43c0d0376765576a54b7a30
endef
$(eval $(call Download,p54usb))