From: Nicolas Thill Date: Mon, 7 Mar 2005 07:57:18 +0000 (+0000) Subject: Enable loading of modules containing EXPORT_SYMBOL_GPL symbols (eg. crypto) X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=8b9ec0973a95a7615cb145bcba524fdbc4b0900c;p=librecmc%2Flibrecmc.git Enable loading of modules containing EXPORT_SYMBOL_GPL symbols (eg. crypto) SVN-Revision: 326 --- diff --git a/openwrt/package/linux/Config.in b/openwrt/package/linux/Config.in index 5ef20f87c6..81cf74bca4 100644 --- a/openwrt/package/linux/Config.in +++ b/openwrt/package/linux/Config.in @@ -39,6 +39,7 @@ config BR2_PACKAGE_KMOD_USB config BR2_PACKAGE_KMOD_CRYPTO tristate "CryptoAPI modules" default m + select BUSYBOX_CONFIG_FEATURE_CHECK_TAINTED_MODULE help Kernel modules for cryptographic algorithms