diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-01-03 19:02:57 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-01-03 19:02:57 +0000 |
commit | a3caa51a07bcdaa710b51a3fa5cbea904fa3a0ba (patch) | |
tree | 4989bcf8792853af961110dc0241e22be76cc17f /package/mac80211/Makefile | |
parent | b53cf6a22e7a01200b39eb9321eb90b49c140106 (diff) |
[package] mac80211: update compat-wireless to 2009-01-02
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13842 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211/Makefile')
-rw-r--r-- | package/mac80211/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/package/mac80211/Makefile b/package/mac80211/Makefile index e2658c55c..1566daed7 100644 --- a/package/mac80211/Makefile +++ b/package/mac80211/Makefile @@ -13,11 +13,13 @@ PKG_NAME:=mac80211 PKG_RELEASE:=1 ifneq ($(CONFIG_LINUX_2_6_27)$(CONFIG_LINUX_2_6_28),) - PKG_VERSION:=2008-12-29 - PKG_SOURCE_URL:=http://www.orbit-lab.org/kernel/compat-wireless-2.6/2008/12 + PKG_VERSION:=2009-01-02 + PKG_SOURCE_URL:=http://www.orbit-lab.org/kernel/compat-wireless-2.6/2009/01 + PKG_MD5SUM:=77effa32de567a7bbaa0ed73cd578fe9 else PKG_VERSION:=2008-08-06 PKG_SOURCE_URL:=http://www.orbit-lab.org/kernel/compat-wireless-2.6/2008/08 + PKG_MD5SUM:=a9b594dc8d06d0eb91f6547e0c7754a6 PATCH_DIR:=./patches-old endif |