wifitoggle: fix typos in Makefile

Signed-off-by: Roman A. aka BasicXP

git-svn-id: svn://svn.openwrt.org/openwrt/packages@32440 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow 2012-06-18 23:45:30 +00:00
parent f4b595880f
commit 329ffddd3a

View File

@ -1,5 +1,5 @@
# #
# Copyright (C) 2010-2011 OpenWrt.org # Copyright (C) 2010-2012 OpenWrt.org
# Copyright (C) 2010 segal.di.ubi.pt # Copyright (C) 2010 segal.di.ubi.pt
# #
# This is free software, licensed under the GNU General Public License v2. # This is free software, licensed under the GNU General Public License v2.
@ -17,13 +17,13 @@ include $(INCLUDE_DIR)/package.mk
define Package/wifitoggle define Package/wifitoggle
SECTION:=utils SECTION:=utils
CATEGORY:=Utilities CATEGORY:=Utilities
TITLE:=Script to toogle WiFi with a button and UCI config TITLE:=Script to toggle Wi-Fi with a button and UCI config
MAINTAINER:=Nuno Goncalves <nunojpg@gmail.com> MAINTAINER:=Nuno Goncalves <nunojpg@gmail.com>
endef endef
define Package/wifitoggle/description define Package/wifitoggle/description
Very versatile script to toogle WiFi with a button. Allows to set Very versatile script to toggle Wi-Fi with a button. Allows to set
timeouts, persist changes after boot, and set leds acording to the state. timeouts, persist changes after boot, and set LEDs according to the state.
endef endef
define Package/wifitoggle/conffiles define Package/wifitoggle/conffiles