From 0f033d13da6dbfd6442e6a3e0ea3725b0ea5beca Mon Sep 17 00:00:00 2001 From: jow Date: Sat, 4 Feb 2012 20:14:09 +0000 Subject: [PATCH] [packages_10.03.2] nocatauth: merge r29199 git-svn-id: svn://svn.openwrt.org/openwrt/branches/packages_10.03.2@30109 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/nocatauth/Makefile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/net/nocatauth/Makefile b/net/nocatauth/Makefile index c4a7ff6..61d413e 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.11.0