diff options
author | Florian Eckert <fe@dev.tdt.de> | 2020-11-02 14:59:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-02 14:59:42 +0100 |
commit | f4ffe0badb1d86340ee14820947268177a4f5e65 (patch) | |
tree | 4bfab275449db33823f6c37c0b97a57462de9c65 | |
parent | 4e8620443de9f8e87c094f513028e6e005ad1391 (diff) | |
parent | 09d83f9d896ac96efb56b9bf40bf37bce238d324 (diff) |
Merge pull request #4568 from TDT-AG/pr/20201102-luci-app-xinetd
luci-app-xinetd: fix problem app not appearing in menu if config is e…
-rw-r--r-- | applications/luci-app-xinetd/root/usr/share/luci/menu.d/luci-app-xinetd.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/applications/luci-app-xinetd/root/usr/share/luci/menu.d/luci-app-xinetd.json b/applications/luci-app-xinetd/root/usr/share/luci/menu.d/luci-app-xinetd.json index 75b6228bb..2de4b95a9 100644 --- a/applications/luci-app-xinetd/root/usr/share/luci/menu.d/luci-app-xinetd.json +++ b/applications/luci-app-xinetd/root/usr/share/luci/menu.d/luci-app-xinetd.json @@ -7,8 +7,7 @@ "path": "xinetd/xinetd" }, "depends": { - "acl": [ "luci-app-xinetd" ], - "uci": { "xinetd": true } + "acl": [ "luci-app-xinetd" ] } } } |