summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-nut/root/usr
AgeCommit message (Collapse)Author
2022-10-15luci-app-nut: use filesystem dependencies for configuration filesJo-Philipp Wich
Don't use uci dependencies for nut related config files as the nut packages ship with completely commented out uci files. Such files do not satisfy the uci menu dependencies as those expect at least one section within the file. To solve this issue, use a regular file dependency on /etc/config/nut_* instead. Supersedes: #5964 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-04-17treewide: add ACL annotations to menu entriesJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-04-10treewide: stage ACL rules for legacy applicationsJo-Philipp Wich
Fixes: #3866 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-02-05treewide: convert simple Lua controllers to declarative JSONJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>