diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-08-10 15:47:29 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-08-10 15:47:29 +0000 |
commit | 754e2b702530bbcc5a37814895d74a3d977a4f15 (patch) | |
tree | baa435f213de0be35fa5046321f2be51158e2531 /openwrt/package/ether-wake/Config.in | |
parent | 0b60b60c614c50cae540c2d90a0c4ebf1bd0e32f (diff) | |
download | mtk-20170518-754e2b702530bbcc5a37814895d74a3d977a4f15.zip mtk-20170518-754e2b702530bbcc5a37814895d74a3d977a4f15.tar.gz mtk-20170518-754e2b702530bbcc5a37814895d74a3d977a4f15.tar.bz2 |
Add ether-wake package
SVN-Revision: 1595
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 0000000..b66b43b --- /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 + |