summaryrefslogtreecommitdiffstats
path: root/package/mac80211
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2008-07-28 18:10:55 +0000
committerJohn Crispin <john@openwrt.org>2008-07-28 18:10:55 +0000
commit9c2e5b0b8221b2cced475eea41b24bbbbe8dc393 (patch)
tree0b177b554d221a92ac120bddb9111b820923927a /package/mac80211
parentb39d1e4b7a381991bde258310acfb035b2b3a19d (diff)
downloadmaster-31e0f0ae-9c2e5b0b8221b2cced475eea41b24bbbbe8dc393.tar.gz
master-31e0f0ae-9c2e5b0b8221b2cced475eea41b24bbbbe8dc393.tar.bz2
master-31e0f0ae-9c2e5b0b8221b2cced475eea41b24bbbbe8dc393.zip
fixes download path for mac80211
SVN-Revision: 11975
Diffstat (limited to 'package/mac80211')
-rw-r--r--package/mac80211/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/mac80211/Makefile b/package/mac80211/Makefile
index 92de02af97..257c7a0767 100644
--- a/package/mac80211/Makefile
+++ b/package/mac80211/Makefile
@@ -14,7 +14,7 @@ PKG_RELEASE:=1
PKG_VERSION:=$(if $(CONFIG_TARGET_brcm47xx),2008-05-26,2008-07-19)
PKG_SOURCE:=compat-wireless-$(PKG_VERSION).tar.bz2
-PKG_SOURCE_URL:=http://www.orbit-lab.org/kernel/compat-wireless-2.6/2008/07
+PKG_SOURCE_URL:=$(if $(CONFIG_TARGET_brcm47xx),http://www.orbit-lab.org/kernel/compat-wireless-2.6/2008/05,http://www.orbit-lab.org/kernel/compat-wireless-2.6/2008/07)
#PKG_SOURCE_URL:=http://downloads.openwrt.org/sources/
PKG_BUILD_DIR:=$(KERNEL_BUILD_DIR)/compat-wireless-$(PKG_VERSION)