From: John Crispin Date: Mon, 28 Jul 2008 18:10:55 +0000 (+0000) Subject: fixes download path for mac80211 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;ds=sidebyside;h=9c2e5b0b8221b2cced475eea41b24bbbbe8dc393;p=librecmc%2Flibrecmc.git fixes download path for mac80211 SVN-Revision: 11975 --- 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)