From 9d8feace41f9c5eb2a4451222237d5ab317697d8 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Wed, 26 Oct 2022 23:16:51 +0200 Subject: [PATCH] luci-app-commands: drop luci-compat dependency This custom commands application does not utilize Lua code anymore. Signed-off-by: Jo-Philipp Wich --- applications/luci-app-commands/Makefile | 1 - 1 file changed, 1 deletion(-) 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 -- 2.30.2