diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-01-23 11:45:38 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-01-23 11:45:38 +0000 |
commit | d2100254066a577a2f495731d21c12375f350137 (patch) | |
tree | 7f487879890536c8e361d008e27a1f69e257568f /package/mac80211/Makefile | |
parent | ac2304477f7585abf097040c807b2970cc573492 (diff) | |
download | mtk-20170518-d2100254066a577a2f495731d21c12375f350137.zip mtk-20170518-d2100254066a577a2f495731d21c12375f350137.tar.gz mtk-20170518-d2100254066a577a2f495731d21c12375f350137.tar.bz2 |
mac80211: update compat-wireless to 2009-01-23
SVN-Revision: 14154
Diffstat (limited to 'package/mac80211/Makefile')
-rw-r--r--[-rwxr-xr-x] | package/mac80211/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/mac80211/Makefile b/package/mac80211/Makefile index 8790e55..bb05123 100755..100644 --- a/package/mac80211/Makefile +++ b/package/mac80211/Makefile @@ -12,11 +12,11 @@ PKG_NAME:=mac80211 PKG_RELEASE:=1 ifneq ($(CONFIG_LINUX_2_6_27)$(CONFIG_LINUX_2_6_28),) - PKG_VERSION:=2009-01-19 + PKG_VERSION:=2009-01-23 PKG_SOURCE_URL:= \ http://www.orbit-lab.org/kernel/compat-wireless-2.6/2009/01 \ http://wireless.kernel.org/download/compat-wireless-2.6 - PKG_MD5SUM:=2d1cc9dacd41cdd56694c030b1865228 + PKG_MD5SUM:=f4c8df5e077432d7018112849e36f438 else PKG_VERSION:=2008-08-06 PKG_SOURCE_URL:=http://www.orbit-lab.org/kernel/compat-wireless-2.6/2008/08 |