diff options
author | Florian Fainelli <florian@openwrt.org> | 2008-04-07 08:48:20 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2008-04-07 08:48:20 +0000 |
commit | 081afd037e1f1539266c5b79e2a81207c9e23142 (patch) | |
tree | be3d6e7ec2ee91a2c5d73ce3b56ead06b7f928ed /package | |
parent | ef62f5f24d0ac2c61634162388e30cd6c78645b3 (diff) | |
download | upstream-081afd037e1f1539266c5b79e2a81207c9e23142.tar.gz upstream-081afd037e1f1539266c5b79e2a81207c9e23142.tar.bz2 upstream-081afd037e1f1539266c5b79e2a81207c9e23142.zip |
Use the 2008-04-07 snapshot, also mirrored to downloads.openwrt.org
SVN-Revision: 10755
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 12a177b4e8..f71652d2ce 100644 --- a/package/mac80211/Makefile +++ b/package/mac80211/Makefile @@ -12,7 +12,7 @@ include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=mac80211 PKG_RELEASE:=1 -PKG_VERSION:=2008-04-06 +PKG_VERSION:=2008-04-07 PKG_SOURCE:=compat-wireless-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://linuxwireless.org/download/compat-wireless-2.6/ PKG_BUILD_DIR:=$(BUILD_DIR)/compat-wireless-$(PKG_VERSION) |