diff options
author | Glenn L McGrath | 2003-09-03 00:42:58 +0000 |
---|---|---|
committer | Glenn L McGrath | 2003-09-03 00:42:58 +0000 |
commit | 759d7ececd56e5b25bbfcc54a04bf939d80c7ee9 (patch) | |
tree | 90d9424d63ee5b3b9696b1f099e3bf5b43d1b2fa /modutils/Config.in | |
parent | 530ea42abc7512bcd9738a4fcef7d97c2039f82a (diff) | |
download | busybox-759d7ececd56e5b25bbfcc54a04bf939d80c7ee9.zip busybox-759d7ececd56e5b25bbfcc54a04bf939d80c7ee9.tar.gz |
To load GPLONLY symbols its is required that CHECK_TAINTED_MODULES be
enabled, if not GPLONLY symbols are ignored.
Diffstat (limited to 'modutils/Config.in')
-rw-r--r-- | modutils/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modutils/Config.in b/modutils/Config.in index 71298bb..96040cd 100644 --- a/modutils/Config.in +++ b/modutils/Config.in @@ -119,6 +119,7 @@ config CONFIG_FEATURE_CHECK_TAINTED_MODULE Support checking for tainted modules. These are usually binary only modules that will make the linux-kernel list ignore your support request. + This option is required to support GPLONLY modules. endmenu |