Browse Source
Merge pull request #11811 from flyn-org/quota
quota: add necessary dependencies
lilik-openwrt-22.03
Rosen Penev
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
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 |
|
|
|