make mount ignore -n when CONFIG_FEATURE_MTAB_SUPPORT is disabled
This commit is contained in:
parent
19efb3dc59
commit
ee4b7d496d
@ -402,11 +402,11 @@ extern int mount_main(int argc, char **argv)
|
|||||||
case 'f':
|
case 'f':
|
||||||
fakeIt = TRUE;
|
fakeIt = TRUE;
|
||||||
break;
|
break;
|
||||||
#ifdef CONFIG_FEATURE_MTAB_SUPPORT
|
|
||||||
case 'n':
|
case 'n':
|
||||||
|
#ifdef CONFIG_FEATURE_MTAB_SUPPORT
|
||||||
useMtab = FALSE;
|
useMtab = FALSE;
|
||||||
break;
|
|
||||||
#endif
|
#endif
|
||||||
|
break;
|
||||||
case 'v':
|
case 'v':
|
||||||
break; /* ignore -v */
|
break; /* ignore -v */
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user