luci-app-nut: use filesystem dependencies for configuration files
authorJo-Philipp Wich <jo@mein.io>
Sat, 15 Oct 2022 12:18:57 +0000 (14:18 +0200)
committerJo-Philipp Wich <jo@mein.io>
Sat, 15 Oct 2022 12:22:54 +0000 (14:22 +0200)
commit6bd0ff98c3162a38f95dcd17d7e3dca693775f4f
tree46553c5c1db83ff874d134e5aae6495fbb2b7c94
parentfef35a3923752d14d60e87dfc9b4edcedf064853
luci-app-nut: use filesystem dependencies for configuration files

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>
(cherry picked from commit bfc0fcfe6e97b1b39317f42d96debf3286c42696)
applications/luci-app-nut/root/usr/share/luci/menu.d/luci-app-nut.json