libs/libc: Remove support CONFIG_FS_READABLE
This commit is contained in:
parent
d22b22a23f
commit
533528af01
|
@ -6,7 +6,6 @@
|
|||
config LIBC_GROUP_FILE
|
||||
bool "Have group file"
|
||||
default n
|
||||
depends on FS_READABLE
|
||||
---help---
|
||||
Have a group file. The format of the group file is:
|
||||
|
||||
|
|
|
@ -21,7 +21,6 @@ config LIBC_GAISTRERROR
|
|||
menuconfig NETDB_HOSTFILE
|
||||
bool "Network host file support"
|
||||
default n
|
||||
depends on FS_READABLE
|
||||
select LIBC_NETDB
|
||||
---help---
|
||||
Enable network host table look ups via gethostbyname() and
|
||||
|
@ -126,7 +125,6 @@ config NETDB_DNSCLIENT_RETRIES
|
|||
config NETDB_RESOLVCONF
|
||||
bool "DNS resolver file support"
|
||||
default n
|
||||
depends on FS_READABLE
|
||||
---help---
|
||||
Enable DNS server look ups in resolver file like /etc/resolv.conf.
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
config LIBC_PASSWD_FILE
|
||||
bool "Have passwd file"
|
||||
default n
|
||||
depends on FS_READABLE
|
||||
---help---
|
||||
Have a passwd file. The format of the password file is:
|
||||
|
||||
|
|
Loading…
Reference in New Issue