mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-02 01:18:08 +01:00
commit
9a66b2dd2d
5 changed files with 16 additions and 14 deletions
14
.reuse/dep5
14
.reuse/dep5
|
|
@ -1,14 +0,0 @@
|
|||
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||
Upstream-Name: live-bootstrap
|
||||
Upstream-Contact: fosslinux <fosslinux@aussies.space>
|
||||
Source: https://github.com/fosslinux/live-bootstrap
|
||||
|
||||
# Sample paragraph, commented out:
|
||||
#
|
||||
# Files: src/*
|
||||
# Copyright: $YEAR $NAME <$CONTACT>
|
||||
# License: ...
|
||||
|
||||
Files: steps/*/sources steps/*/*.checksums steps/SHA256SUMS.pkgs steps/*/simple-patches/* seed/*.checksums
|
||||
Copyright: none
|
||||
License: MIT
|
||||
10
REUSE.toml
Normal file
10
REUSE.toml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
version = 1
|
||||
SPDX-PackageName = "live-bootstrap"
|
||||
SPDX-PackageSupplier = "fosslinux <fosslinux@aussies.space>"
|
||||
SPDX-PackageDownloadLocation = "https://github.com/fosslinux/live-bootstrap"
|
||||
|
||||
[[annotations]]
|
||||
path = ["steps/**/sources", "steps/**/**.checksums", "steps/SHA256SUMS.pkgs", "steps/**/simple-patches/**", "seed/**.checksums"]
|
||||
precedence = "aggregate"
|
||||
SPDX-FileCopyrightText = "none"
|
||||
SPDX-License-Identifier = "MIT"
|
||||
|
|
@ -5,6 +5,8 @@ SPDX-License-Identifier: GPL-2.0-only
|
|||
|
||||
Patch kernel up to 4.14.341-openela
|
||||
|
||||
REUSE-IgnoreStart
|
||||
|
||||
diff --git Documentation/ABI/testing/sysfs-class-net-queues Documentation/ABI/testing/sysfs-class-net-queues
|
||||
index 0c0df91b1516..2734cd9ee43c 100644
|
||||
--- linux-4.14.336/Documentation/ABI/testing/sysfs-class-net-queues
|
||||
|
|
|
|||
|
|
@ -4,6 +4,8 @@ SPDX-License-Identifier: GPL-2.0-only
|
|||
|
||||
Remove drivers containing embedded blobs
|
||||
|
||||
REUSE-IgnoreStart
|
||||
|
||||
diff -ruN ../linux-4.14.336/Documentation/networking/cops.txt ./Documentation/networking/cops.txt
|
||||
--- linux-4.14.336/../linux-4.14.336/Documentation/networking/cops.txt 2024-01-10 14:45:41.000000000 +0100
|
||||
+++ linux-4.14.336/./Documentation/networking/cops.txt 1970-01-01 01:00:00.000000000 +0100
|
||||
|
|
|
|||
|
|
@ -5,6 +5,8 @@ SPDX-License-Identifier: GPL-2.0-only
|
|||
|
||||
Patch kernel headers up to 4.14.341-openela
|
||||
|
||||
REUSE-IgnoreStart
|
||||
|
||||
diff --git include/crypto/if_alg.h include/crypto/if_alg.h
|
||||
index 2ea6a95ca825..f803dc8c45ad 100644
|
||||
--- linux-4.14.336/include/crypto/if_alg.h
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue