diff options
| author | Petr Štetiar | 2022-10-19 19:38:08 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2022-10-23 12:21:03 +0000 |
| commit | 714345d35ac8c35e7bab8797126cd35bea33e7bb (patch) | |
| tree | 1acebb1526e361939f3d256ac117aa566a2cf786 | |
| parent | e946d9aa9d90ceefbd4a0c9e22a39767dc494afb (diff) | |
| download | openwrt-714345d35ac8c35e7bab8797126cd35bea33e7bb.tar.gz | |
libnftnl: add package CPE ID
Common Platform Enumeration (CPE) is a structured naming scheme for
information technology systems, software, and packages.
Suggested-by: Steffen Pfendtner <s.pfendtner@ads-tec.de>
Signed-off-by: Petr Štetiar <ynezz@true.cz>
(cherry picked from commit efb4324c36a024ae6340d85352fb6c766a27a821)
| -rw-r--r-- | package/libs/libnftnl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/libs/libnftnl/Makefile b/package/libs/libnftnl/Makefile index 37835b4338..8434234156 100644 --- a/package/libs/libnftnl/Makefile +++ b/package/libs/libnftnl/Makefile @@ -8,6 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libnftnl +PKG_CPE_ID:=cpe:/a:netfilter:libnftnl PKG_VERSION:=1.2.1 PKG_RELEASE:=$(AUTORELEASE) |