diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2003-09-03 00:42:58 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2003-09-03 00:42:58 +0000 |
commit | 759d7ececd56e5b25bbfcc54a04bf939d80c7ee9 (patch) | |
tree | 90d9424d63ee5b3b9696b1f099e3bf5b43d1b2fa /modutils/Config.in | |
parent | 530ea42abc7512bcd9738a4fcef7d97c2039f82a (diff) | |
download | busybox-w32-759d7ececd56e5b25bbfcc54a04bf939d80c7ee9.tar.gz busybox-w32-759d7ececd56e5b25bbfcc54a04bf939d80c7ee9.tar.bz2 busybox-w32-759d7ececd56e5b25bbfcc54a04bf939d80c7ee9.zip |
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 71298bbff..96040cd69 100644 --- a/modutils/Config.in +++ b/modutils/Config.in | |||
@@ -119,6 +119,7 @@ config CONFIG_FEATURE_CHECK_TAINTED_MODULE | |||
119 | Support checking for tainted modules. These are usually binary | 119 | Support checking for tainted modules. These are usually binary |
120 | only modules that will make the linux-kernel list ignore your | 120 | only modules that will make the linux-kernel list ignore your |
121 | support request. | 121 | support request. |
122 | This option is required to support GPLONLY modules. | ||
122 | 123 | ||
123 | 124 | ||
124 | endmenu | 125 | endmenu |