From: W. Michael Petullo Date: Thu, 9 Apr 2020 20:33:15 +0000 (-0400) Subject: quota: add necessary dependencies X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=c2b4fe63313036d6ee29752a1c6599c88ac3c246;p=openwrt-packages.git quota: add necessary dependencies Signed-off-by: W. Michael Petullo --- diff --git a/utils/quota/Makefile b/utils/quota/Makefile index a67b4ebf6..6f140d5ef 100644 --- a/utils/quota/Makefile +++ b/utils/quota/Makefile @@ -25,6 +25,7 @@ include $(INCLUDE_DIR)/package.mk define Package/quota SECTION:=utils CATEGORY:=Utilities + DEPENDS:=+libnl-genl +libtirpc +libwrap TITLE:= quota URL:=https://sourceforge.net/projects/linuxquota/ endef