[openwrt/openwrt] libnl-tiny: update to the latest version
LEDE Commits
lede-commits at lists.infradead.org
Thu Nov 12 05:32:00 EST 2020
nbd pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/128ef379aeaf0a6ec016731aa15a5c2b62baf8e4
commit 128ef379aeaf0a6ec016731aa15a5c2b62baf8e4
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Wed Aug 5 19:59:12 2020 +0200
libnl-tiny: update to the latest version
2584ebc642b2 libnl-tiny: install pkgconfig file
c291088f631d unl: add support for connecting to rtnl
Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
package/libs/libnl-tiny/Makefile | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/package/libs/libnl-tiny/Makefile b/package/libs/libnl-tiny/Makefile
index 3c5f6d79f4..b2eafe259a 100644
--- a/package/libs/libnl-tiny/Makefile
+++ b/package/libs/libnl-tiny/Makefile
@@ -12,9 +12,9 @@ PKG_RELEASE:=1
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL=$(PROJECT_GIT)/project/libnl-tiny.git
-PKG_SOURCE_DATE:=2019-10-29
-PKG_SOURCE_VERSION:=0219008cc8767655d7e747497e8e1133a3e8f840
-PKG_MIRROR_HASH:=b84fab21374c6ddbf992acc4ec1c9c6896b32af97603027ca5c866d69d95780f
+PKG_SOURCE_DATE:=2020-08-05
+PKG_SOURCE_VERSION:=c291088f631d1694f7ba0444b59677b194348da8
+PKG_MIRROR_HASH:=99bcce12701bb34dadb39689d95c2c5cf1e27719d0ecfd645d3957a8947025ac
CMAKE_INSTALL:=1
PKG_LICENSE:=LGPL-2.1
@@ -27,6 +27,7 @@ define Package/libnl-tiny
SECTION:=libs
CATEGORY:=Libraries
TITLE:=netlink socket library
+ ABI_VERSION:=1
endef
define Package/libnl-tiny/description
More information about the lede-commits
mailing list