diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-01-03 19:02:57 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-01-03 19:02:57 +0000 |
commit | b45b873a05821727900de5f380d68317a68fa0ba (patch) | |
tree | eb890da3d45fe3fd1979d49a107557d4291ca8dc /package/mac80211/Makefile | |
parent | 8efa4b94dba3ee85a6bd4d5367f83a5f17e8ee1a (diff) | |
download | upstream-b45b873a05821727900de5f380d68317a68fa0ba.tar.gz upstream-b45b873a05821727900de5f380d68317a68fa0ba.tar.bz2 upstream-b45b873a05821727900de5f380d68317a68fa0ba.zip |
mac80211: update compat-wireless to 2009-01-02
SVN-Revision: 13842
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 e2658c55c8..1566daed7e 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 |