aboutsummaryrefslogtreecommitdiff
path: root/utils/quota/Makefile
Commit message (Collapse)AuthorAge
* quota: update to 4.09W. Michael Petullo2022-12-22
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* quota: update to 4.06W. Michael Petullo2021-01-31
| | | | | | | This includes a backport of quota commit 02b222a3, which removes the use of reallocarray. The musl C library does not provide reallocarray. Signed-off-by: W. Michael Petullo <mike@flyn.org>
* quota: fix compilation without sys/cdefsRosen Penev2020-08-10
| | | | | | sys/cdefs.h does not come included with musl. It's also deprecated. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* quote: disable a bunch of optionsRosen Penev2020-04-14
| | | | | | | | | | | | | | | libwrap is fairly useless. It's also legacy and should not be used/ dbus is a big dependency. It's fairly useless in the OpenWrt context. I don't know how useful netlink is. Disabling BSD behavior results in a slightly smaller size. Disable LDAP. No size difference but I have a feeling it pulls in another dependency... Signed-off-by: Rosen Penev <rosenp@gmail.com>
* quota: add necessary dependenciesW. Michael Petullo2020-04-09
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* quota: add new packageW. Michael Petullo2020-04-06
Signed-off-by: W. Michael Petullo <mike@flyn.org>