X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=net%2Fchillispot%2FMakefile;h=e3627674b0da457c643c70c8ef420edb31a564cf;hp=9c555b8bb238bc49d4ec86e7c29dd97edc1ccabd;hb=0e7c0a38419a714be348e7d000fecb8a1f911199;hpb=e852db5682e280755b0c736e3c8b107c8cca0a4f;ds=sidebyside diff --git a/net/chillispot/Makefile b/net/chillispot/Makefile index 9c555b8bb2..e3627674b0 100644 --- a/net/chillispot/Makefile +++ b/net/chillispot/Makefile @@ -1,11 +1,17 @@ +# +# Copyright (C) 2006 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# # $Id$ include $(TOPDIR)/rules.mk PKG_NAME:=chillispot -PKG_VERSION:=1.0 +PKG_VERSION:=1.1.0 PKG_RELEASE:=1 -PKG_MD5SUM:=997827a9302a85920cfbc1334092ac0c +PKG_MD5SUM:=9d2597756af3fa14d7331b4a3651fc9b PKG_SOURCE_URL:=http://www.chillispot.org/download PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz @@ -14,7 +20,7 @@ PKG_CAT:=zcat PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install -include $(TOPDIR)/include/package.mk +include $(INCLUDE_DIR)/package.mk define Package/chillispot SECTION:=net