mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-07-27 10:31:38 +08:00
🐶 Sync 2026-03-30 15:23:56
This commit is contained in:
parent
9223c600ef
commit
47de432ff4
@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
LUCI_TITLE:=LuCI support for Timewol
|
||||
PKG_VERSION:=20250407
|
||||
PKG_RELEASE:=3
|
||||
PKG_RELEASE:=4
|
||||
|
||||
LUCI_DEPENDS:=+luci-base +etherwake
|
||||
LUCI_PKGARCH:=all
|
||||
|
||||
@ -49,7 +49,7 @@ for _, device in ipairs(sys.net.devices()) do
|
||||
end
|
||||
|
||||
-- wake device
|
||||
local btn = client_section:option(Button, "_awake",translate("Wake Up Host"))
|
||||
local btn = s:option(Button, "_awake",translate("Wake Up Host"))
|
||||
btn.inputtitle = translate("Awake")
|
||||
btn.inputstyle = "apply"
|
||||
btn.disabled = false
|
||||
|
||||
Loading…
Reference in New Issue
Block a user