1 config BR2_PACKAGE_QUOTA
3 depends on BR2_USE_WCHAR
4 depends on BR2_USE_MMU # fork()
5 depends on BR2_TOOLCHAIN_HAS_NATIVE_RPC || BR2_TOOLCHAIN_HAS_THREADS # libtirpc
6 select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
7 select BR2_PACKAGE_LIBTIRPC if !BR2_TOOLCHAIN_HAS_NATIVE_RPC
9 Implementation of the disk quota system.
11 http://sourceforge.net/projects/linuxquota/
13 comment "quota needs a toolchain w/ wchar, threads"
14 depends on BR2_USE_MMU
15 depends on !BR2_USE_WCHAR || \
16 !(BR2_TOOLCHAIN_HAS_THREADS || BR2_TOOLCHAIN_HAS_NATIVE_RPC)