projects
/
openwrt
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
875e0bf
)
kernel: add missing cpe id for linux
author
Florian Eckert
<fe@dev.tdt.de>
Tue, 30 Sep 2025 12:48:36 +0000
(14:48 +0200)
committer
Nick Hainke
<vincent@systemli.org>
Sat, 11 Oct 2025 20:12:46 +0000
(22:12 +0200)
No 'PKG_CPE_ID' is stored for the kernel package Makefile. This commit
adds this.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
package/kernel/linux/Makefile
patch
|
blob
|
history
diff --git
a/package/kernel/linux/Makefile
b/package/kernel/linux/Makefile
index 203cf0d1285416d1c1fecfaebb5e3c3bd8df3c13..5ceb78d12818561ba7021272c411c706f9a17ec2 100644
(file)
--- 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: