1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-13 19:03:52 +02:00
Commit Graph

4 Commits

Author SHA1 Message Date
Rosen Penev
c67d5716bd
quota: fix compilation without sys/cdefs
sys/cdefs.h does not come included with musl. It's also deprecated.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-08-10 15:30:53 -07:00
Rosen Penev
e1935bb4b6
quote: disable a bunch of options
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>
2020-04-14 16:18:14 -07:00
W. Michael Petullo
c2b4fe6331 quota: add necessary dependencies
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2020-04-09 16:33:15 -04:00
W. Michael Petullo
1022f952ba quota: add new package
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2020-04-06 23:25:39 -04:00