diff options
author | Andy Boyett <agb@openwrt.org> | 2009-01-05 00:27:53 +0000 |
---|---|---|
committer | Andy Boyett <agb@openwrt.org> | 2009-01-05 00:27:53 +0000 |
commit | e4abf0e7d92637edcead2b0ffeaceff0b8297b27 (patch) | |
tree | 9d9c92601325b52769f91194c3f36c9541d6df1c /package/mac80211 | |
parent | bd38281dbaa633c3dc3db36b9f012ec82b06fdf4 (diff) | |
download | upstream-e4abf0e7d92637edcead2b0ffeaceff0b8297b27.tar.gz upstream-e4abf0e7d92637edcead2b0ffeaceff0b8297b27.tar.bz2 upstream-e4abf0e7d92637edcead2b0ffeaceff0b8297b27.zip |
mac80211: fix compat-wireless-old md5sum
SVN-Revision: 13866
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 1566daed7e..0ca522a45b 100644 --- a/package/mac80211/Makefile +++ b/package/mac80211/Makefile @@ -19,7 +19,7 @@ ifneq ($(CONFIG_LINUX_2_6_27)$(CONFIG_LINUX_2_6_28),) else PKG_VERSION:=2008-08-06 PKG_SOURCE_URL:=http://www.orbit-lab.org/kernel/compat-wireless-2.6/2008/08 - PKG_MD5SUM:=a9b594dc8d06d0eb91f6547e0c7754a6 + PKG_MD5SUM:=9563ceeed86bca0859ad5f010623277c PATCH_DIR:=./patches-old endif |