diff options
author | Ansuel Smith <ansuelsmth@gmail.com> | 2020-10-19 14:54:18 +0200 |
---|---|---|
committer | Toke Høiland-Jørgensen <toke@toke.dk> | 2020-10-23 23:05:14 +0200 |
commit | 63aea8f84831a01c49ee8731196f1c4d1d81ddfd (patch) | |
tree | e5f0c47b6eeaed67f1666d44fbe140e973bbe315 /applications/luci-app-sqm/Makefile | |
parent | 71a8de9200e29d1ce5b5590c63a721e2419a41b1 (diff) |
luci-app-sqm: convert to client side implementation
Convert sqm app to client side implementation. Only a small rework in the logic to get qos scripts help text. The rest of the script is a porting 1:1.
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
Diffstat (limited to 'applications/luci-app-sqm/Makefile')
-rw-r--r-- | applications/luci-app-sqm/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/applications/luci-app-sqm/Makefile b/applications/luci-app-sqm/Makefile index ab2ec47f76..4ab842b241 100644 --- a/applications/luci-app-sqm/Makefile +++ b/applications/luci-app-sqm/Makefile @@ -6,12 +6,9 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI Support for SQM Scripts LUCI_DESCRIPTION:=Luci interface for the SQM scripts queue management package -PKG_VERSION:=1.4.0 -PKG_RELEASE:=8 - PKG_MAINTAINER:=Toke Høiland-Jørgensen <toke@toke.dk> -LUCI_DEPENDS:=+luci-compat +sqm-scripts +LUCI_DEPENDS:=+sqm-scripts LUCI_PKGARCH:=all include ../../luci.mk |