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-a3cf2f4a3e73
master
Nicolas Thill 2005-03-07 07:57:18 +00:00
parent 04d244bfab
commit 26b0d83b44
1 changed files with 1 additions and 0 deletions

View File

@ -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