diff options
Diffstat (limited to 'applications')
-rw-r--r-- | applications/luci-app-omcproxy/root/usr/share/luci/menu.d/luci-app-omcproxy.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-omcproxy/root/usr/share/luci/menu.d/luci-app-omcproxy.json b/applications/luci-app-omcproxy/root/usr/share/luci/menu.d/luci-app-omcproxy.json index 1eb7aaa75d..eead62752f 100644 --- a/applications/luci-app-omcproxy/root/usr/share/luci/menu.d/luci-app-omcproxy.json +++ b/applications/luci-app-omcproxy/root/usr/share/luci/menu.d/luci-app-omcproxy.json @@ -6,7 +6,7 @@ "path": "omcproxy" }, "depends": { - "uci": { "omcproxy": true } + "fs": { "/etc/config/omcproxy": "file" } } } } |