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:
efd4445
)
kernel: add missing cpe id for linux
author
Florian Eckert
<
[email protected]
>
Tue, 30 Sep 2025 12:48:36 +0000
(14:48 +0200)
committer
Hauke Mehrtens
<
[email protected]
>
Sun, 19 Oct 2025 14:37:32 +0000
(16:37 +0200)
No 'PKG_CPE_ID' is stored for the kernel package Makefile. This commit
adds this.
Signed-off-by: Florian Eckert <
[email protected]
>
(cherry picked from commit
112f594042581a7b1886452886bb704f7f0e5a69
)
package/kernel/linux/Makefile
patch
|
blob
|
history
diff --git
a/package/kernel/linux/Makefile
b/package/kernel/linux/Makefile
index 8dfb01ad66118a70be28f5c7019dd8c1c757de52..f524e21483f5435b0ac7aa53f8581e10a8aeb26e 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: