From 2c65598506604a1ff142835247aee35aba2f9d59 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sat, 4 Feb 2012 20:14:09 +0000 Subject: [PATCH] [packages_10.03.2] nocatauth: merge r29199 SVN-Revision: 30109 --- net/nocatauth/Makefile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/net/nocatauth/Makefile b/net/nocatauth/Makefile index c4a7ff6902..61d413e459 100644 --- a/net/nocatauth/Makefile +++ b/net/nocatauth/Makefile @@ -1,16 +1,15 @@ # -# Copyright (C) 2009 OpenWrt.org +# Copyright (C) 2009-2011 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:=nocatauth PKG_VERSION:=nightly -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=NoCatAuth-$(PKG_VERSION).tgz PKG_SOURCE_URL:=http://nocat.net/downloads/NoCatAuth/ @@ -62,4 +61,8 @@ define Package/nocatauth/install $(INSTALL_BIN) ./files/nocatauth-gateway $(1)/etc/init.d/nocatauth-gateway endef +define Package/nocatauth/conffiles +/etc/nocat.conf +endef + $(eval $(call BuildPackage,nocatauth)) -- 2.30.2