luci-app-commands: drop luci-compat dependency
authorJo-Philipp Wich <jo@mein.io>
Wed, 26 Oct 2022 21:16:51 +0000 (23:16 +0200)
committerJo-Philipp Wich <jo@mein.io>
Wed, 26 Oct 2022 21:16:51 +0000 (23:16 +0200)
This custom commands application does not utilize Lua code anymore.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
applications/luci-app-commands/Makefile

index 8cd3cf51e8d96a94341577cd6a2865f9617560f5..e581a003b8196481db1d872981f409b772c96628 100644 (file)
@@ -7,7 +7,6 @@
 include $(TOPDIR)/rules.mk
 
 LUCI_TITLE:=LuCI Shell Command Module
-LUCI_DEPENDS:=+luci-compat
 
 PKG_LICENSE:=Apache-2.0