2012-06-02 03:40:30 +02:00
|
|
|
config BR2_PACKAGE_QUOTA
|
|
|
|
bool "quota"
|
|
|
|
depends on BR2_LARGEFILE
|
|
|
|
depends on BR2_USE_WCHAR
|
2013-02-27 09:22:59 +01:00
|
|
|
depends on BR2_USE_MMU # fork()
|
2013-03-24 03:20:07 +01:00
|
|
|
depends on !(BR2_microblazeel || BR2_microblazebe) # util-linux
|
2013-09-13 12:41:20 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_NATIVE_RPC || BR2_TOOLCHAIN_HAS_THREADS # libtirpc
|
2012-06-02 03:40:30 +02:00
|
|
|
select BR2_PACKAGE_UTIL_LINUX
|
2013-03-24 03:20:07 +01:00
|
|
|
select BR2_PACKAGE_UTIL_LINUX_BINARIES
|
2012-06-02 03:40:30 +02:00
|
|
|
select BR2_PACKAGE_UTIL_LINUX_MOUNT
|
2012-06-28 16:56:45 +02:00
|
|
|
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
|
2012-11-04 08:34:16 +01:00
|
|
|
select BR2_PACKAGE_LIBTIRPC if !BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
2012-06-02 03:40:30 +02:00
|
|
|
help
|
|
|
|
Implementation of the disk quota system.
|
|
|
|
|
|
|
|
http://sourceforge.net/projects/linuxquota/
|
|
|
|
|
2013-10-13 16:55:32 +02:00
|
|
|
comment "quota needs a toolchain w/ largefile, wchar, threads"
|
2013-11-07 09:24:37 +01:00
|
|
|
depends on BR2_USE_MMU && !(BR2_microblazeel || BR2_microblazebe)
|
2013-09-13 12:41:20 +02:00
|
|
|
depends on !BR2_LARGEFILE || \
|
|
|
|
!BR2_USE_WCHAR || \
|
|
|
|
!(BR2_TOOLCHAIN_HAS_THREADS || BR2_TOOLCHAIN_HAS_NATIVE_RPC)
|