diff --git a/luci-app-wolplus/luasrc/controller/wolplus.lua b/luci-app-wolplus/luasrc/controller/wolplus.lua index d2b7906..2fdda51 100644 --- a/luci-app-wolplus/luasrc/controller/wolplus.lua +++ b/luci-app-wolplus/luasrc/controller/wolplus.lua @@ -4,6 +4,9 @@ local x = luci.model.uci.cursor() function index() if not nixio.fs.access("/etc/config/wolplus") then return end + + entry({"admin", "control"}, firstchild(), "Control", 44).dependent = false + local page = entry({"admin", "control", "wolplus"}, cbi("wolplus"), _("网络唤醒")) page.order = 50 page.dependent = true