diff options
| author | Jan Kardell | 2025-07-01 13:05:04 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2025-07-12 21:27:26 +0000 |
| commit | 7a83949520628c448cc5b14764f3fa64706bc630 (patch) | |
| tree | a98d3c805ae053898ad0f4f84c9c8f4866d71252 | |
| parent | 315398be580abda0de75ad2a48e72cb661bb39e4 (diff) | |
| download | openwrt-7a83949520628c448cc5b14764f3fa64706bc630.tar.gz | |
kexec-tools: Add license
Add GPL-2.0-only license and CPE id.
Signed-off-by: Jan Kardell <jan.kardell@telliq.com>
Link: https://patchwork.ozlabs.org/project/openwrt/patch/mailman.87462.1751380624.1866309.openwrt-devel@lists.openwrt.org/
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -rw-r--r-- | package/boot/kexec-tools/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package/boot/kexec-tools/Makefile b/package/boot/kexec-tools/Makefile index ffedd350f4..e1447bae70 100644 --- a/package/boot/kexec-tools/Makefile +++ b/package/boot/kexec-tools/Makefile @@ -15,6 +15,10 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@KERNEL/linux/utils/kernel/kexec PKG_HASH:=d2f0ef872f39e2fe4b1b01feb62b0001383207239b9f8041f98a95564161d053 +PKG_LICENSE:=GPL-2.0-only +PKG_LICENSE_FILES:=COPYING +PKG_CPE_ID:=cpe:/a:kernel:kexec-tools + PKG_CONFIG_DEPENDS := CONFIG_KEXEC_ZLIB CONFIG_KEXEC_LZMA PKG_BUILD_FLAGS:=gc-sections |