summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-upnp/Makefile
AgeCommit message (Collapse)Author
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-25luci-app-upnp: convert rpcd backend script to ucodeJo-Philipp Wich
Utilize the rpcd ucode plugin to reimplement the upnp backend ubus actions in ucode, simplifying the implementation and roughly halving the processing time for the `get_status` call. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-03-01luci-app: Remove luci-compat dependencyHoward Su
Remove it after converting to js implementaion. Signed-off-by: Howard Su <howard0su@gmail.com>
2019-11-03treewide: move server side CBI support to luci-compatJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
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>