[openwrt/openwrt] kernel: add missing cpe id for linux
LEDE Commits
lede-commits at lists.infradead.org
Sat Oct 11 13:15:34 PDT 2025
nick pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/112f594042581a7b1886452886bb704f7f0e5a69
commit 112f594042581a7b1886452886bb704f7f0e5a69
Author: Florian Eckert <fe at dev.tdt.de>
AuthorDate: Tue Sep 30 14:48:36 2025 +0200
kernel: add missing cpe id for linux
No 'PKG_CPE_ID' is stored for the kernel package Makefile. This commit
adds this.
Signed-off-by: Florian Eckert <fe at dev.tdt.de>
---
package/kernel/linux/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/kernel/linux/Makefile b/package/kernel/linux/Makefile
index 203cf0d128..5ceb78d128 100644
--- a/package/kernel/linux/Makefile
+++ b/package/kernel/linux/Makefile
@@ -18,6 +18,7 @@ SCAN_DEPS=modules/*.mk $(SUBTARGET_MODULES) $(TOPDIR)/include/netfilter.mk
PKG_LICENSE:=GPL-2.0-only
PKG_LICENSE_FILES:=COPYING
+PKG_CPE_ID:=cpe:/o:linux:linux_kernel
export SHELL:=/bin/sh
.ONESHELL:
More information about the lede-commits
mailing list