Enable loading of modules containing EXPORT_SYMBOL_GPL symbols (eg. crypto)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@326 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
04d244bfab
commit
26b0d83b44
|
@ -39,6 +39,7 @@ config BR2_PACKAGE_KMOD_USB
|
||||||
config BR2_PACKAGE_KMOD_CRYPTO
|
config BR2_PACKAGE_KMOD_CRYPTO
|
||||||
tristate "CryptoAPI modules"
|
tristate "CryptoAPI modules"
|
||||||
default m
|
default m
|
||||||
|
select BUSYBOX_CONFIG_FEATURE_CHECK_TAINTED_MODULE
|
||||||
help
|
help
|
||||||
Kernel modules for cryptographic algorithms
|
Kernel modules for cryptographic algorithms
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue