mirror of https://github.com/hak5/openwrt-owl.git
enable busybox taint checking to support gplonly kernel exports
SVN-Revision: 5054owl
parent
2b9c37f961
commit
73b292d5f5
|
@ -112,7 +112,7 @@ comment "Options common to multiple modutils"
|
||||||
config BUSYBOX_CONFIG_FEATURE_CHECK_TAINTED_MODULE
|
config BUSYBOX_CONFIG_FEATURE_CHECK_TAINTED_MODULE
|
||||||
# Simulate indentation
|
# Simulate indentation
|
||||||
bool "Support tainted module checking with new kernels"
|
bool "Support tainted module checking with new kernels"
|
||||||
default n
|
default y
|
||||||
depends on BUSYBOX_CONFIG_INSMOD || BUSYBOX_CONFIG_LSMOD
|
depends on BUSYBOX_CONFIG_INSMOD || BUSYBOX_CONFIG_LSMOD
|
||||||
help
|
help
|
||||||
Support checking for tainted modules. These are usually binary
|
Support checking for tainted modules. These are usually binary
|
||||||
|
|
Loading…
Reference in New Issue