aboutsummaryrefslogtreecommitdiff
path: root/modutils
diff options
context:
space:
mode:
Diffstat (limited to 'modutils')
-rw-r--r--modutils/modprobe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modutils/modprobe.c b/modutils/modprobe.c
index 96b442cab..31fc9baf2 100644
--- a/modutils/modprobe.c
+++ b/modutils/modprobe.c
@@ -497,7 +497,7 @@ static struct dep_t *build_dep ( void )
break;
}
if ( dt ) {
- if ( CONFIG_FEATURE_MODPROBE_MULTIPLE_OPTIONS ) {
+ if ( ENABLE_FEATURE_MODPROBE_MULTIPLE_OPTIONS ) {
char* new_opt = NULL;
while( ( opt = parse_command_string( opt, &new_opt ) ) ) {
dt-> m_options = append_option( dt-> m_options, new_opt );