kismet: moved to github
[packages.git] / net / chillispot / Makefile
index f552530..c296a23 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2006-2010 OpenWrt.org
+# Copyright (C) 2006-2012 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -9,13 +9,13 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=chillispot
 PKG_VERSION:=1.1.0
-PKG_RELEASE:=3
+PKG_RELEASE:=4
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=http://www.chillispot.info/download
 PKG_MD5SUM:=9d2597756af3fa14d7331b4a3651fc9b
 
-PKG_FIXUP:=libtool
+PKG_FIXUP:=autoreconf
 PKG_INSTALL:=1
 
 include $(INCLUDE_DIR)/package.mk
@@ -30,12 +30,12 @@ define Package/chillispot
 endef
 
 define Package/chillispot/description
-       ChilliSpot is an open source captive portal or wireless LAN 
-       access point controller. It is used for authenticating users 
-       of a wireless LAN. It supports web based login which is today's 
-       standard for public HotSpots and it supports Wireless Protected 
-       Access (WPA) which is the standard of the future. Authentication, 
-       authorization and accounting (AAA) is handled by your favorite 
+       ChilliSpot is an open source captive portal or wireless LAN
+       access point controller. It is used for authenticating users
+       of a wireless LAN. It supports web based login which is today's
+       standard for public HotSpots and it supports Wireless Protected
+       Access (WPA) which is the standard of the future. Authentication,
+       authorization and accounting (AAA) is handled by your favorite
        radius server.
 endef