From a89333b5861c08fa87ef8eb18cee001ebe846077 Mon Sep 17 00:00:00 2001 From: juhosg Date: Thu, 27 Mar 2014 07:03:23 +0000 Subject: [PATCH] packages/etherwake: fix whitespace Signed-off-by: Dirk Neukirchen Signed-off-by: Gabor Juhos git-svn-id: svn://svn.openwrt.org/openwrt/packages@40077 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/etherwake/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/etherwake/Makefile b/net/etherwake/Makefile index d65439068..3a7e249c3 100644 --- a/net/etherwake/Makefile +++ b/net/etherwake/Makefile @@ -27,9 +27,9 @@ define Package/etherwake endef define Package/etherwake/description - You can wake up WOL compliant Computers which have been powered down to + You can wake up WOL compliant Computers which have been powered down to sleep mode or start WOL compliant Computers with a BIOS feature. - WOL is an abbreviation for Wake-on-LAN. It is a standard that allows you + WOL is an abbreviation for Wake-on-LAN. It is a standard that allows you to turn on a computer from another location over a network connection. ether-wake also supports WOL passwords. endef