You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
1000 B

  1. config etherwake-nfqueue 'setup'
  2. option sudo 'off'
  3. option debug 'off'
  4. # You can add targets with uci:
  5. # # uci add etherwake-nfqueue target
  6. # Set a name for the target
  7. # # uci set etherwake-nfqueue.@target[-1].name=example
  8. # Set MAC address of the host to wake up
  9. # # uci set etherwake-nfqueue.@target[-1].mac=00:22:44:66:88:aa
  10. # Set the nfqueue num used for receiving filtered packets, defaults to 0
  11. # # uci set etherwake-nfqueue.@target[-1].nfqueue_num=0
  12. # Set the interface used for sending the magic packet, defaults to 'eth0'
  13. # # uci set etherwake-nfqueue.@target[-1].interface=eth0
  14. # Configure if it should be sent to broadcast address, defaults to off
  15. # # uci set etherwake-nfqueue.@target[-1].broadcast=off
  16. # Optionally provide a password (required by some adapters)
  17. # e.g. 00:22:44:66:88:aa or 192.168.1.1
  18. # # uci set etherwake-nfqueue.@target[-1].password=00:22:44:66:88:aa
  19. # Optionally disable the target, by default it is enabled
  20. # # uci set etherwake-nfqueue.@target[-1].enabled=false