diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2008-12-15 14:12:05 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2008-12-15 14:12:05 +0000 |
commit | 6b958656429bcff2a9e8462cffa423a6fd8fa858 (patch) | |
tree | be5e86cf0616d3cfc06112056c174ac4e48d23e9 /package | |
parent | 7e66f3864765c0691ed9684fb8a5d216b8040543 (diff) | |
download | upstream-6b958656429bcff2a9e8462cffa423a6fd8fa858.tar.gz upstream-6b958656429bcff2a9e8462cffa423a6fd8fa858.tar.bz2 upstream-6b958656429bcff2a9e8462cffa423a6fd8fa858.zip |
upgrade compat-wireless to 2008-12-11
SVN-Revision: 13651
Diffstat (limited to 'package')
-rw-r--r-- | package/mac80211/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/mac80211/Makefile b/package/mac80211/Makefile index 5037ce8e70..8cb7fcfcc2 100644 --- a/package/mac80211/Makefile +++ b/package/mac80211/Makefile @@ -13,7 +13,7 @@ PKG_NAME:=mac80211 PKG_RELEASE:=1 ifneq ($(CONFIG_LINUX_2_6_27)$(CONFIG_LINUX_2_6_28),) - PKG_VERSION:=2008-12-10 + PKG_VERSION:=2008-12-11 PKG_SOURCE_URL:=http://wireless.kernel.org/download/compat-wireless-2.6/ else PKG_VERSION:=2008-08-06 |