diff options
author | Jan200101 <sentrycraft123@gmail.com> | 2021-07-21 22:57:09 +0200 |
---|---|---|
committer | Jan200101 <sentrycraft123@gmail.com> | 2021-07-21 23:21:30 +0200 |
commit | cca3b28be503223222519e3ebba2749cf24894f3 (patch) | |
tree | 9f589ac6e7dc6dd8e9830d675d46efbd25191504 /SOURCES/mod-sign.sh | |
parent | 969572ecac2cb15a106d9e0f5bfa840608faa5b4 (diff) | |
download | kernel-fsync-cca3b28be503223222519e3ebba2749cf24894f3.tar.gz kernel-fsync-cca3b28be503223222519e3ebba2749cf24894f3.zip |
kernel 5.13.3
Diffstat (limited to 'SOURCES/mod-sign.sh')
-rwxr-xr-x | SOURCES/mod-sign.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SOURCES/mod-sign.sh b/SOURCES/mod-sign.sh index 1afe136..c5f0c89 100755 --- a/SOURCES/mod-sign.sh +++ b/SOURCES/mod-sign.sh @@ -2,7 +2,7 @@ # The modules_sign target checks for corresponding .o files for every .ko that # is signed. This doesn't work for package builds which re-use the same build -# directory for every flavour, and the .config may change between flavours. +# directory for every variant, and the .config may change between variants. # So instead of using this script to just sign lib/modules/$KernelVer/extra, # sign all .ko in the buildroot. |