diff options
author | Helge Mader <ma@dev.tdt.de> | 2020-11-02 14:05:54 +0100 |
---|---|---|
committer | Helge Mader <ma@dev.tdt.de> | 2020-11-02 14:23:06 +0100 |
commit | 09d83f9d896ac96efb56b9bf40bf37bce238d324 (patch) | |
tree | 4bfab275449db33823f6c37c0b97a57462de9c65 | |
parent | 4e8620443de9f8e87c094f513028e6e005ad1391 (diff) |
luci-app-xinetd: fix problem app not appearing in menu if config is empty
Signed-off-by: Helge Mader <ma@dev.tdt.de>
-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" ] } } } |