Skip to content

Commit

Permalink
libnl-tiny: update to the latest version
Browse files Browse the repository at this point in the history
b5b2ba09c4f1 netlink: add NLA_F_NESTED to all nested attributes

Signed-off-by: Felix Fietkau <[email protected]>
(cherry picked from commit 242b347204430a71b1a959d3648b46d903e12ca9)
Signed-off-by: Tianling Shen <[email protected]>
  • Loading branch information
nbd168 authored and 1715173329 committed Sep 9, 2022
1 parent 08662ef commit c6767a6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package/libs/libnl-tiny/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=libnl-tiny
PKG_RELEASE:=2
PKG_RELEASE:=1

PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL=$(PROJECT_GIT)/project/libnl-tiny.git
PKG_SOURCE_DATE:=2020-08-05
PKG_SOURCE_VERSION:=c291088f631d1694f7ba0444b59677b194348da8
PKG_MIRROR_HASH:=99bcce12701bb34dadb39689d95c2c5cf1e27719d0ecfd645d3957a8947025ac
PKG_SOURCE_DATE:=2022-05-17
PKG_SOURCE_VERSION:=b5b2ba09c4f1c8b3c21580aea7223edc2f5e92be
PKG_MIRROR_HASH:=b957d56aa8c2e7b55184111be69eb8dea734f1feba19e670a91f302459a48a78
CMAKE_INSTALL:=1

PKG_LICENSE:=LGPL-2.1
Expand All @@ -27,7 +27,7 @@ define Package/libnl-tiny
SECTION:=libs
CATEGORY:=Libraries
TITLE:=netlink socket library
ABI_VERSION:=1
ABI_VERSION:=$(PKG_SOURCE_DATE)
endef

define Package/libnl-tiny/description
Expand Down

0 comments on commit c6767a6

Please sign in to comment.