diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-03-26 01:13:35 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-03-26 01:13:35 +0000 |
commit | 813ce763a68639e01c8b8497df950cabdca3c85f (patch) | |
tree | ae3f7efe275c6ffcf4bc455b125ffbd426ed4ff9 /package/wol/Config.in | |
parent | 35ac26dfa69d22fc964d58cc63a790065cc3ef17 (diff) | |
download | upstream-813ce763a68639e01c8b8497df950cabdca3c85f.tar.gz upstream-813ce763a68639e01c8b8497df950cabdca3c85f.tar.bz2 upstream-813ce763a68639e01c8b8497df950cabdca3c85f.zip |
add wol (wake on lan)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@458 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/wol/Config.in')
-rw-r--r-- | package/wol/Config.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/package/wol/Config.in b/package/wol/Config.in new file mode 100644 index 0000000000..c9e0383883 --- /dev/null +++ b/package/wol/Config.in @@ -0,0 +1,5 @@ +config BR2_PACKAGE_WOL + tristate "Wake On LAN client" + default m + help + wol implements Wake On LAN functionality in a small program. It wakes up hardware that is Magic Packet compliant. |