apgo in Bug 322 writes: kill off CONFIG_FEATURE_MTAB_FILENAME
This commit is contained in:
parent
69024551bf
commit
b953134bba
@ -25,8 +25,8 @@
|
|||||||
|
|
||||||
/* Busybox mount uses either /proc/mounts or /etc/mtab to
|
/* Busybox mount uses either /proc/mounts or /etc/mtab to
|
||||||
* get the list of currently mounted filesystems */
|
* get the list of currently mounted filesystems */
|
||||||
#if defined CONFIG_FEATURE_MTAB_SUPPORT
|
#if defined(CONFIG_FEATURE_MTAB_SUPPORT)
|
||||||
const char bb_path_mtab_file[] = CONFIG_FEATURE_MTAB_FILENAME;
|
const char bb_path_mtab_file[] = "/etc/mtab";
|
||||||
#else
|
#else
|
||||||
const char bb_path_mtab_file[] = "/proc/mounts";
|
const char bb_path_mtab_file[] = "/proc/mounts";
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user