aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Boyett <agb@openwrt.org>2010-01-21 08:54:54 +0000
committerAndy Boyett <agb@openwrt.org>2010-01-21 08:54:54 +0000
commit909fb45c662785b0022a198d6a27608ec3843ef5 (patch)
treeb48953b136dc26e37d7b824b5f5793532dbab961
parenta6c08e2f1ee5e3a4e6502e9c2fd6afb44c5212fb (diff)
downloadmaster-187ad058-909fb45c662785b0022a198d6a27608ec3843ef5.tar.gz
master-187ad058-909fb45c662785b0022a198d6a27608ec3843ef5.tar.bz2
master-187ad058-909fb45c662785b0022a198d6a27608ec3843ef5.zip
[package] carl1970: fix download url. Closes #6542. Thanks swalker
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19253 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--package/carl9170/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/package/carl9170/Makefile b/package/carl9170/Makefile
index 10c83a4764..09b94dae05 100644
--- a/package/carl9170/Makefile
+++ b/package/carl9170/Makefile
@@ -1,5 +1,5 @@
-#
-# Copyright (C) 2006 OpenWrt.org
+#
+# Copyright (C) 2010 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@ -13,7 +13,8 @@ PKG_VERSION:=0.9.2.1
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
-PKG_SOURCE_URL:=http://www.kernel.org/pub/linux/kernel/people/chr/carl9170/$(PKG_VERSION)
+PKG_SOURCE_URL:=@KERNEL/linux/kernel/people/chr/carl9170/$(PKG_VERSION) \
+ @KERNEL/linux/kernel/people/chr/carl9170/old/$(PKG_VERSION)
PKG_MD5SUM:=5f0057ea651343460ea4f1fb093a4bdf
include $(INCLUDE_DIR)/package.mk