aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2015-10-11 22:19:25 +0000
committerLuka Perkov <luka@openwrt.org>2015-10-11 22:19:25 +0000
commit62fec811d1299d5c505e40b3b4d927f21726ac4b (patch)
tree7987ea513b2d1617e43ca45827797269f320e598
parentebc8ef9e87b724526a60e1670834fff4d3bc4698 (diff)
downloadmaster-187ad058-62fec811d1299d5c505e40b3b4d927f21726ac4b.tar.gz
master-187ad058-62fec811d1299d5c505e40b3b4d927f21726ac4b.tar.bz2
master-187ad058-62fec811d1299d5c505e40b3b4d927f21726ac4b.zip
libnl: fix URL
Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47183 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--package/libs/libnl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libs/libnl/Makefile b/package/libs/libnl/Makefile
index 241e9a76ed..b8e9067538 100644
--- a/package/libs/libnl/Makefile
+++ b/package/libs/libnl/Makefile
@@ -21,7 +21,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/libnl/default
SECTION:=libs
CATEGORY:=Libraries
- URL:=http://people.suug.ch/~tgr/libnl/
+ URL:=http://www.infradead.org/~tgr/libnl/
endef
define Package/libnl-core