summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-commands/Makefile
AgeCommit message (Collapse)Author
2024-05-28treewide: Add missing PKG_MAINTAINERSergey Ponomarev
Daniel F. Dickinson changed email address to <dfdpublic@wildtechgarden.ca> luci-all-lxl has a maintainer Petar Koretic <petar.koretic@sartura.hr> but there is no corresponding GitHub account. So Dirk Brenken was added as a second maintainer: he answered on an issue of the app. When maintainer wasn't set the initial author was used, or most contributor or Jo-Philipp Wich as a default. Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
2023-09-24applications: add missing dependency to luci-baseSergey Ponomarev
It's better to explicitly define it Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
2022-10-26luci-app-commands: drop luci-compat dependencyJo-Philipp Wich
This custom commands application does not utilize Lua code anymore. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-11-03treewide: move server side CBI support to luci-compatJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2017-06-13luci-app-commands: add license tagQuirin Hofstaetter
Signed-off-by: Quirin Hofstaetter <qh@dev.tdt.de>
2015-01-08Rework LuCI build systemJo-Philipp Wich
* Rename subdirectories to their repective OpenWrt package names * Make each LuCI module its own standalone package * Deploy a shared luci.mk which is used by each module Makefile Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>