diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-10-12 15:43:29 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-10-12 15:43:29 +0000 |
commit | 73b292d5f59ce6c1f03a34d7de7c2b5ed4be8ff8 (patch) | |
tree | fe0515376be6ace237d7ea3a37cf5f6e59d3ab59 | |
parent | 2b9c37f9618ae986731b033275d6a37e97a31028 (diff) | |
download | upstream-73b292d5f59ce6c1f03a34d7de7c2b5ed4be8ff8.tar.gz upstream-73b292d5f59ce6c1f03a34d7de7c2b5ed4be8ff8.tar.bz2 upstream-73b292d5f59ce6c1f03a34d7de7c2b5ed4be8ff8.zip |
enable busybox taint checking to support gplonly kernel exports
SVN-Revision: 5054
-rw-r--r-- | openwrt/package/busybox/config/modutils/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/busybox/config/modutils/Config.in b/openwrt/package/busybox/config/modutils/Config.in index 8151914100..4441632e85 100644 --- a/openwrt/package/busybox/config/modutils/Config.in +++ b/openwrt/package/busybox/config/modutils/Config.in @@ -112,7 +112,7 @@ comment "Options common to multiple modutils" config BUSYBOX_CONFIG_FEATURE_CHECK_TAINTED_MODULE # Simulate indentation bool "Support tainted module checking with new kernels" - default n + default y depends on BUSYBOX_CONFIG_INSMOD || BUSYBOX_CONFIG_LSMOD help Support checking for tainted modules. These are usually binary |