[OpenWrt-Devel] [PATCH] libnl: Fix URL
Baptiste Jonglez
baptiste at bitsofnetworks.org
Sun Oct 4 13:58:49 EDT 2015
From: Baptiste Jonglez <git at bitsofnetworks.org>
Signed-off-by: Baptiste Jonglez <git at bitsofnetworks.org>
---
package/libs/libnl/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/libs/libnl/Makefile b/package/libs/libnl/Makefile
index 241e9a7..c5873fd 100644
--- a/package/libs/libnl/Makefile
+++ b/package/libs/libnl/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=libnl
PKG_VERSION:=3.2.21
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://www.infradead.org/~tgr/libnl/files/
@@ -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
--
1.9.1
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list