[openwrt/openwrt] kernel: add missing cpe id for linux
LEDE Commits
lede-commits at lists.infradead.org
Sun Oct 19 07:41:59 PDT 2025
hauke pushed a commit to openwrt/openwrt.git, branch openwrt-24.10:
https://git.openwrt.org/50f98c53353088e4ec6fdad1a966753e95ea499c
commit 50f98c53353088e4ec6fdad1a966753e95ea499c
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>
(cherry picked from commit 112f594042581a7b1886452886bb704f7f0e5a69)
---
package/kernel/linux/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/kernel/linux/Makefile b/package/kernel/linux/Makefile
index 8dfb01ad66..f524e21483 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