From 508cd59cc95b714aa6ff944c76b13b3ba433debc Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sat, 4 Feb 2012 20:14:34 +0000 Subject: [PATCH] [packages_10.03.2] nodogsplash: merge r29199 SVN-Revision: 30110 --- net/nodogsplash/Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/net/nodogsplash/Makefile b/net/nodogsplash/Makefile index f83b515c38..fd41dda1b3 100644 --- a/net/nodogsplash/Makefile +++ b/net/nodogsplash/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2007-2010 OpenWrt.org +# Copyright (C) 2007-2011 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nodogsplash PKG_VERSION:=0.9_beta9.9.6 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://kokoro.ucsd.edu/nodogsplash/ \ @@ -72,4 +72,8 @@ define Package/nodogsplash/install $(SED) 's,\(do_module_tests "sch_htb"\),#\1,' $(1)/etc/init.d/$(PKG_NAME) endef +define Package/nodogsplash/conffiles +/etc/nodogsplash/nodogsplash.conf +endef + $(eval $(call BuildPackage,nodogsplash)) -- 2.30.2