diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-03-07 07:57:18 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-03-07 07:57:18 +0000 |
commit | 8b9ec0973a95a7615cb145bcba524fdbc4b0900c (patch) | |
tree | 534de1c9ebec4b483c1b6b7810ebfd155d9446b2 /openwrt/package/linux/Config.in | |
parent | d984c5da036eb1d05706f4278109373ea25b0174 (diff) | |
download | mtk-20170518-8b9ec0973a95a7615cb145bcba524fdbc4b0900c.zip mtk-20170518-8b9ec0973a95a7615cb145bcba524fdbc4b0900c.tar.gz mtk-20170518-8b9ec0973a95a7615cb145bcba524fdbc4b0900c.tar.bz2 |
Enable loading of modules containing EXPORT_SYMBOL_GPL symbols (eg. crypto)
SVN-Revision: 326
Diffstat (limited to 'openwrt/package/linux/Config.in')
-rw-r--r-- | openwrt/package/linux/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/linux/Config.in b/openwrt/package/linux/Config.in index 5ef20f8..81cf74b 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 |