diff options
| author | Florian Eckert | 2025-09-30 12:48:36 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2025-10-19 14:37:32 +0000 |
| commit | 50f98c53353088e4ec6fdad1a966753e95ea499c (patch) | |
| tree | 2661ee2a25be9478e4feb959bdbceda9efe09bca | |
| parent | efd444537dec1bb3f222fc4db859edaab5a102f0 (diff) | |
| download | openwrt-50f98c53353088e4ec6fdad1a966753e95ea499c.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>
(cherry picked from commit 112f594042581a7b1886452886bb704f7f0e5a69)
| -rw-r--r-- | package/kernel/linux/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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: |