diff options
author | Nick Hainke <vincent@systemli.org> | 2022-09-03 17:42:56 +0200 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2022-09-06 16:36:35 +0100 |
commit | 5c238a44e976aad041bc3afd3f190614c6f20d47 (patch) | |
tree | 298e4df59504c4a215522a6cbc99465f24175657 | |
parent | 3f6d66d9840b671cd4cb5beff9353587defca34e (diff) | |
download | upstream-5c238a44e976aad041bc3afd3f190614c6f20d47.tar.gz upstream-5c238a44e976aad041bc3afd3f190614c6f20d47.tar.bz2 upstream-5c238a44e976aad041bc3afd3f190614c6f20d47.zip |
ethtool: add PKG_CPE_ID
Add CPE ID for tracking CVEs.
Signed-off-by: Nick Hainke <vincent@systemli.org>
-rw-r--r-- | package/network/utils/ethtool/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/network/utils/ethtool/Makefile b/package/network/utils/ethtool/Makefile index 5e684ceedf..2c75dd19a4 100644 --- a/package/network/utils/ethtool/Makefile +++ b/package/network/utils/ethtool/Makefile @@ -18,6 +18,7 @@ PKG_HASH:=3b752a3329827907ac3812f2831dfecf51c8c41c55d2d69cfb9c53ca06449fc6 PKG_LICENSE:=GPL-2.0 PKG_LICENSE_FILES:=COPYING +PKG_CPE_ID:=cpe:/a:kernel:ethtool PKG_FIXUP:=autoreconf PKG_INSTALL:=1 |