Config.in 433 B

12345678910
  1. config BR2_PACKAGE_GETENT
  2. bool "getent"
  3. help
  4. This package installs the 'getent' utility, which allows to
  5. get entries from Name Service Switch libraries. For glibc
  6. toolchains, it's the real getent program from the C library
  7. that gets installed, which is NSS-capable. For uclibc and
  8. musl toolchains, it's a simple wrapper script that emulates
  9. getent's behavior, since there is no NSS support in uclibc
  10. and musl.