diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-03-03 15:49:02 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-03-03 15:49:02 +0000 |
commit | a4d6b2f204fb61e7ef9049ebf31d31e37c26d538 (patch) | |
tree | 1931eaf1742a94ed5806fa6238f8a42b4649bd3b /package/mac80211/Makefile | |
parent | 370c17b44f61ef812cc2153002d859504c60ca0b (diff) |
[package] mac80211: update compat-wireless to 2009-03-03, and add a new ath9k patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14744 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211/Makefile')
-rw-r--r-- | package/mac80211/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/mac80211/Makefile b/package/mac80211/Makefile index 7a4f8dd35..89a0506e7 100644 --- a/package/mac80211/Makefile +++ b/package/mac80211/Makefile @@ -11,12 +11,12 @@ include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=mac80211 ifneq ($(CONFIG_LINUX_2_6_27)$(CONFIG_LINUX_2_6_28),) - PKG_VERSION:=2009-02-25 + PKG_VERSION:=2009-03-03 PKG_RELEASE:=1 PKG_SOURCE_URL:= \ - http://www.orbit-lab.org/kernel/compat-wireless-2.6/2009/02 \ + http://www.orbit-lab.org/kernel/compat-wireless-2.6/2009/03 \ http://wireless.kernel.org/download/compat-wireless-2.6 - PKG_MD5SUM:=5dddce683bea04376ceee3a91902d5dd + PKG_MD5SUM:=285550a7ce02f936393eea768bf299db else PKG_VERSION:=2008-08-06 PKG_RELEASE:=2 |