[openwrt/openwrt] ethtool: add PKG_CPE_ID
LEDE Commits
lede-commits at lists.infradead.org
Tue Sep 6 08:38:37 PDT 2022
dangole pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/5c238a44e976aad041bc3afd3f190614c6f20d47
commit 5c238a44e976aad041bc3afd3f190614c6f20d47
Author: Nick Hainke <vincent at systemli.org>
AuthorDate: Sat Sep 3 17:42:56 2022 +0200
ethtool: add PKG_CPE_ID
Add CPE ID for tracking CVEs.
Signed-off-by: Nick Hainke <vincent at systemli.org>
---
package/network/utils/ethtool/Makefile | 1 +
1 file changed, 1 insertion(+)
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
More information about the lede-commits
mailing list