aboutsummaryrefslogtreecommitdiffstats
path: root/package
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
commit0dcdaa30056c68a7c6616a2302fe37cfd762f29d (patch)
tree0ae3df1da86ff941f9efe6183c6af0f48b88dd93 /package
parent7aefde9f66d43ab222f8f9975e291d0f922a1bf6 (diff)
downloadupstream-0dcdaa30056c68a7c6616a2302fe37cfd762f29d.tar.gz
upstream-0dcdaa30056c68a7c6616a2302fe37cfd762f29d.tar.bz2
upstream-0dcdaa30056c68a7c6616a2302fe37cfd762f29d.zip
carl1970: fix download url. Closes #6542. Thanks swalker
SVN-Revision: 19253
Diffstat (limited to 'package')
-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