kernel: add missing cpe id for linux
authorFlorian Eckert <[email protected]>
Tue, 30 Sep 2025 12:48:36 +0000 (14:48 +0200)
committerHauke Mehrtens <[email protected]>
Sun, 19 Oct 2025 14:37:32 +0000 (16:37 +0200)
No 'PKG_CPE_ID' is stored for the kernel package Makefile. This commit
adds this.

Signed-off-by: Florian Eckert <[email protected]>
(cherry picked from commit 112f594042581a7b1886452886bb704f7f0e5a69)

package/kernel/linux/Makefile

index 8dfb01ad66118a70be28f5c7019dd8c1c757de52..f524e21483f5435b0ac7aa53f8581e10a8aeb26e 100644 (file)
@@ -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: