diff options
Diffstat (limited to 'applications/luci-app-sqm')
-rw-r--r-- | applications/luci-app-sqm/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/applications/luci-app-sqm/Makefile b/applications/luci-app-sqm/Makefile index 4ab842b241..cce746a2a8 100644 --- a/applications/luci-app-sqm/Makefile +++ b/applications/luci-app-sqm/Makefile @@ -8,8 +8,7 @@ LUCI_DESCRIPTION:=Luci interface for the SQM scripts queue management package PKG_MAINTAINER:=Toke Høiland-Jørgensen <toke@toke.dk> -LUCI_DEPENDS:=+sqm-scripts -LUCI_PKGARCH:=all +LUCI_DEPENDS:=+luci-base +sqm-scripts include ../../luci.mk |