diff options
Diffstat (limited to 'pkg/linux/module.defs')
-rw-r--r-- | pkg/linux/module.defs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pkg/linux/module.defs b/pkg/linux/module.defs index 16a1baebc..308981dd8 100644 --- a/pkg/linux/module.defs +++ b/pkg/linux/module.defs @@ -14,6 +14,10 @@ else PKG.rpm.hb.version = $(tag).$(HB.repo.shorthash).$(HB.repo.branch) endif +ifneq ($(PGP_ID),) + PGPSIGN = --gpg-sign=$(PGP_ID) +endif + ############################################################################### |