diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-02-23 15:39:32 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-02-23 15:39:32 +0000 |
commit | eae5425949dd4eaa4bf609bbf708225f25639899 (patch) | |
tree | d2230ee0ad6dce4976dd88dc23fafc2596cf0419 /package/libnl/Makefile | |
parent | aca7378b62c55415c70b0f330b4728a5069192fc (diff) | |
download | upstream-eae5425949dd4eaa4bf609bbf708225f25639899.tar.gz upstream-eae5425949dd4eaa4bf609bbf708225f25639899.tar.bz2 upstream-eae5425949dd4eaa4bf609bbf708225f25639899.zip |
[package] change libnl mirror to point to openwrt, original website seems down
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14640 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/libnl/Makefile')
-rw-r--r-- | package/libnl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libnl/Makefile b/package/libnl/Makefile index 682d8b8ecc..d288680ca8 100644 --- a/package/libnl/Makefile +++ b/package/libnl/Makefile @@ -13,7 +13,7 @@ PKG_VERSION:=1.1 PKG_RELEASE:=4 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://people.suug.ch/~tgr/libnl/files/ +PKG_SOURCE_URL:=http://downloads.openwrt.org/sources/ PKG_MD5SUM:=ae970ccd9144e132b68664f98e7ceeb1 include $(INCLUDE_DIR)/package.mk |