sudo make -j3 deb-pkg LOCALVERSION=-debian0 KDEB_PKGVERSION=$(make kernelversion)-1
But after some build time I got this:
make[4]: *** No rule to make target 'n', needed by 'certs/x509_certificate_list'. Stop.
Makefile:1784: recipe for target 'certs' failed
make[1]: *** [scripts/Makefile.package:77: deb-pkg] Error 2
These are the fields in the config files which are matter:
- # Certificates for signature checking
#
CONFIG_MODULE_SIG_KEY="n"
CONFIG_SYSTEM_TRUSTED_KEYRING=y
CONFIG_SYSTEM_TRUSTED_KEYS="n"
# CONFIG_SYSTEM_EXTRA_CERTIFICATE is not set
CONFIG_SECONDARY_TRUSTED_KEYRING=y
CONFIG_SYSTEM_BLACKLIST_KEYRING=y
CONFIG_SYSTEM_BLACKLIST_HASH_LIST=""
# end of Certificates for signature checking
Is there anything what I missed?
Thank you
/Christian