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