diff options
Diffstat (limited to 'openwrt/package/ether-wake/Config.in')
-rw-r--r-- | openwrt/package/ether-wake/Config.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/openwrt/package/ether-wake/Config.in b/openwrt/package/ether-wake/Config.in new file mode 100644 index 0000000000..b66b43b78b --- /dev/null +++ b/openwrt/package/ether-wake/Config.in @@ -0,0 +1,10 @@ +config BR2_PACKAGE_ETHER_WAKE + tristate "ether-wake - A Wake-On-LAN (WOL) client" +# default y if DEVELOPER=1 + default n + help + A Wake-On-LAN (WOL) client, + This program sends a magic packet to wake up sleeping networked machines. + + http://www.scyld.com/wakeonlan.html + |