From 689002845733b73674d77ba9756822483a5464f1 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Thu, 5 Sep 2024 20:20:36 +0100 Subject: opmode: T6694: move wake-on-lan to "execute wake-on-lan" (#4031) --- op-mode-definitions/wake-on-lan.xml.in | 32 ++++++++++++++++++-------------- 1 file changed, 18 insertions(+), 14 deletions(-) (limited to 'op-mode-definitions') diff --git a/op-mode-definitions/wake-on-lan.xml.in b/op-mode-definitions/wake-on-lan.xml.in index 7119eeb65..625cf4056 100644 --- a/op-mode-definitions/wake-on-lan.xml.in +++ b/op-mode-definitions/wake-on-lan.xml.in @@ -1,26 +1,30 @@ - - - Send Wake-On-LAN (WOL) Magic Packet - + - + - Interface where the station is connected - - - + Send Wake-On-LAN (WOL) Magic Packet - + - Station (MAC) address to wake up + Interface where the station is connected + + + - sudo /usr/sbin/etherwake -i "$3" "$5" - + + + + Station (MAC) address to wake up + + sudo /usr/sbin/etherwake -i "$3" "$5" + + + - + -- cgit v1.2.3