Config.in 395 B

1234567891011121314
  1. config BR2_PACKAGE_ACL
  2. bool "acl"
  3. select BR2_PACKAGE_ATTR
  4. depends on BR2_LARGEFILE
  5. help
  6. POSIX Access Control Lists, which are used to define more
  7. fine-grained discretionary access rights for files and
  8. directories.
  9. This package also provides libacl.
  10. http://savannah.nongnu.org/projects/acl
  11. comment "acl requires a toolchain with LARGEFILE support"
  12. depends on !BR2_LARGEFILE