diff options
author | Baruch Siach <baruch@tkos.co.il> | 2017-03-10 10:54:43 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-03-10 10:28:25 +0100 |
commit | d255ed499d874a19be552146f732efddbea57a31 (patch) | |
tree | 1afdca79c0f5d5bbbd06fa33962a6d2a6e9e58f6 | |
parent | e856095b17c67beeb41b39600f64b4d425274f3b (diff) | |
download | buildroot-d255ed499d874a19be552146f732efddbea57a31.tar.gz buildroot-d255ed499d874a19be552146f732efddbea57a31.zip |
libnl: update homepage link
The old link is broken. Use the github repo instead.
Cc: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/libnl/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libnl/Config.in b/package/libnl/Config.in index 46877c37a2..1e29f57400 100644 --- a/package/libnl/Config.in +++ b/package/libnl/Config.in @@ -4,7 +4,7 @@ config BR2_PACKAGE_LIBNL help A library for applications dealing with netlink socket. - http://people.suug.ch/~tgr/libnl/ + https://github.com/thom311/libnl if BR2_PACKAGE_LIBNL |