diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2008-12-30 11:51:20 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2008-12-30 11:51:20 +0000 |
commit | 4679aa0a68461341960b71258f93e42575de7418 (patch) | |
tree | 4deb8b4987721fd148cf46c342e6f8fac8cea96d /package/mac80211/Makefile | |
parent | 086b4c92605afe10a9d1747fd163ce4c97b76980 (diff) | |
download | upstream-4679aa0a68461341960b71258f93e42575de7418.tar.gz upstream-4679aa0a68461341960b71258f93e42575de7418.tar.bz2 upstream-4679aa0a68461341960b71258f93e42575de7418.zip |
[package] mac80211: update compat-wireless to 2008-12-29
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13772 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211/Makefile')
-rw-r--r-- | package/mac80211/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/mac80211/Makefile b/package/mac80211/Makefile index 48f277b6e3..001ee3bf84 100644 --- a/package/mac80211/Makefile +++ b/package/mac80211/Makefile @@ -13,8 +13,8 @@ PKG_NAME:=mac80211 PKG_RELEASE:=1 ifneq ($(CONFIG_LINUX_2_6_27)$(CONFIG_LINUX_2_6_28),) - PKG_VERSION:=2008-12-11 - PKG_SOURCE_URL:=http://wireless.kernel.org/download/compat-wireless-2.6/ + PKG_VERSION:=2008-12-29 + PKG_SOURCE_URL:=http://www.orbit-lab.org/kernel/compat-wireless-2.6/2008/12 else PKG_VERSION:=2008-08-06 PKG_SOURCE_URL:=http://www.orbit-lab.org/kernel/compat-wireless-2.6/2008/08 |