summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-xinetd
diff options
context:
space:
mode:
authorHelge Mader <ma@dev.tdt.de>2020-11-02 14:05:54 +0100
committerHelge Mader <ma@dev.tdt.de>2020-11-02 14:23:06 +0100
commit09d83f9d896ac96efb56b9bf40bf37bce238d324 (patch)
tree4bfab275449db33823f6c37c0b97a57462de9c65 /applications/luci-app-xinetd
parent4e8620443de9f8e87c094f513028e6e005ad1391 (diff)
luci-app-xinetd: fix problem app not appearing in menu if config is empty
Signed-off-by: Helge Mader <ma@dev.tdt.de>
Diffstat (limited to 'applications/luci-app-xinetd')
-rw-r--r--applications/luci-app-xinetd/root/usr/share/luci/menu.d/luci-app-xinetd.json3
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" ]
}
}
}