diff options
Diffstat (limited to 'applications')
-rw-r--r-- | applications/luci-app-qos/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-qos/Makefile b/applications/luci-app-qos/Makefile index 92a99e873e..fdf5cff454 100644 --- a/applications/luci-app-qos/Makefile +++ b/applications/luci-app-qos/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=Quality of Service configuration module -LUCI_DEPENDS:=+luci-base +luci-compat +qos-scripts +LUCI_DEPENDS:=+luci-base +qos-scripts PKG_LICENSE:=Apache-2.0 PKG_MAINTAINER:=Paul Donald <newtwen+github@gmail.com> |