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 | 6d3fc477947331522c14a1b588f1ce8008ae5b6e (patch) | |
tree | 10c90338369a28ed5f98e1227351e415ae61f7c8 /package/busybox/config | |
parent | db82e5842fe471c03c623a7984c42cb8258b4f42 (diff) | |
download | upstream-6d3fc477947331522c14a1b588f1ce8008ae5b6e.tar.gz upstream-6d3fc477947331522c14a1b588f1ce8008ae5b6e.tar.bz2 upstream-6d3fc477947331522c14a1b588f1ce8008ae5b6e.zip |
enable busybox taint checking to support gplonly kernel exports
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@5054 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/busybox/config')
-rw-r--r-- | package/busybox/config/modutils/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/busybox/config/modutils/Config.in b/package/busybox/config/modutils/Config.in index 8151914100..4441632e85 100644 --- a/package/busybox/config/modutils/Config.in +++ b/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 |