diff options
| author | Florian Eckert | 2025-09-30 12:48:36 +0000 |
|---|---|---|
| committer | Nick Hainke | 2025-10-11 20:12:46 +0000 |
| commit | 112f594042581a7b1886452886bb704f7f0e5a69 (patch) | |
| tree | fd909390b20e215e0c7eb72f6bbc036fa1d4a38f | |
| parent | 875e0bf791f197110665da9ef1d0b2324fd33378 (diff) | |
| download | openwrt-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/Makefile | 1 |
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: |