diff options
author | Jo-Philipp Wich <jo@mein.io> | 2022-10-26 23:16:51 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2022-10-26 23:16:51 +0200 |
commit | 9d8feace41f9c5eb2a4451222237d5ab317697d8 (patch) | |
tree | 762090cc3e1e763dd7b2e3b5cd3664b1516c8124 /applications/luci-app-commands | |
parent | 694b8086cd5d7bec4a288334ff1b3920edf686d3 (diff) |
luci-app-commands: drop luci-compat dependency
This custom commands application does not utilize Lua code anymore.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'applications/luci-app-commands')
-rw-r--r-- | applications/luci-app-commands/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/applications/luci-app-commands/Makefile b/applications/luci-app-commands/Makefile index 8cd3cf51e8..e581a003b8 100644 --- a/applications/luci-app-commands/Makefile +++ b/applications/luci-app-commands/Makefile @@ -7,7 +7,6 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI Shell Command Module -LUCI_DEPENDS:=+luci-compat PKG_LICENSE:=Apache-2.0 |