summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Eckert2025-09-30 12:48:36 +0000
committerNick Hainke2025-10-11 20:12:46 +0000
commit112f594042581a7b1886452886bb704f7f0e5a69 (patch)
treefd909390b20e215e0c7eb72f6bbc036fa1d4a38f
parent875e0bf791f197110665da9ef1d0b2324fd33378 (diff)
downloadopenwrt-112f594042581a7b1886452886bb704f7f0e5a69.tar.gz
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@dev.tdt.de>
-rw-r--r--package/kernel/linux/Makefile1
1 files changed, 1 insertions, 0 deletions
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: