diff options
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. |