From: nico Date: Sun, 6 Mar 2005 09:36:20 +0000 (+0000) Subject: Allow loading of modules containing EXPORT_GPL symbols, needed to insmod crypto modules X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=3f0ff69b4eec9cee31683f112c1706cfcb8a4b92;p=openwrt-10.03%2F.git Allow loading of modules containing EXPORT_GPL symbols, needed to insmod crypto modules git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@310 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/busybox/busybox.config b/package/busybox/busybox.config index c79c7ec76..fc5762239 100644 --- a/package/busybox/busybox.config +++ b/package/busybox/busybox.config @@ -298,7 +298,7 @@ CONFIG_LSMOD=y CONFIG_FEATURE_QUERY_MODULE_INTERFACE=y # CONFIG_MODPROBE is not set CONFIG_RMMOD=y -# CONFIG_FEATURE_CHECK_TAINTED_MODULE is not set +CONFIG_FEATURE_CHECK_TAINTED_MODULE=y # # Networking Utilities