diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-03-08 19:25:11 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-03-08 19:25:11 +0000 |
commit | 5914bd3e2e9ba5298762626a416b237d04c541b0 (patch) | |
tree | 8b61c96a43c48cf90870c9d7c340981432c9f0d8 /package/mac80211/Makefile | |
parent | 99dbef8a63c7f0a7e78b6518293e2aac9c40a2ed (diff) |
[package] mac80211: update compat-wireless to 2009-03-07
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14795 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 142cd1bc89..6537252ada 100644 --- a/package/mac80211/Makefile +++ b/package/mac80211/Makefile @@ -17,12 +17,12 @@ ifneq ($(CONFIG_LINUX_2_6_21)$(CONFIG_LINUX_2_6_23)$(CONFIG_LINUX_2_6_24)$(CONFI PKG_MD5SUM:=9563ceeed86bca0859ad5f010623277c PATCH_DIR:=./patches-old else - PKG_VERSION:=2009-03-05 + PKG_VERSION:=2009-03-07 PKG_RELEASE:=1 PKG_SOURCE_URL:= \ http://www.orbit-lab.org/kernel/compat-wireless-2.6/2009/03 \ http://wireless.kernel.org/download/compat-wireless-2.6 - PKG_MD5SUM:=3e96bcca2be64536e206e425f0f26cfd + PKG_MD5SUM:=4cb60588d90cbb0eb573cddd669cf35b endif PKG_SOURCE:=compat-wireless-$(PKG_VERSION).tar.bz2 |