MODSIGN: Add option to not sign modules during modules_install
authorMichal Marek <mmarek@suse.cz>
Fri, 25 Jan 2013 03:11:31 +0000 (13:41 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Fri, 25 Jan 2013 06:25:37 +0000 (16:55 +1030)
To allow the builder to sign only a subset of modules, or to sign the
modules using a key that is not available on the build machine, add
CONFIG_MODULE_SIG_ALL. If this option is unset, no modules will be
signed during build. The default is 'y', to preserve the current
behavior.

Signed-off-by: Michal Marek <mmarek@suse.cz>
Acked-by: David Howells <dhowells@redhat.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>

No differences found