From: Jo-Philipp Wich Date: Sat, 4 Feb 2012 18:14:12 +0000 (+0000) Subject: [packages_10.03.2] tspc: merge r29199 X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=8657c9c7eced62bd0d8951e9c2e351560c6a60cc;p=openwrt%2Fsvn-archive%2Farchive.git [packages_10.03.2] tspc: merge r29199 SVN-Revision: 30035 --- diff --git a/ipv6/tspc/Makefile b/ipv6/tspc/Makefile index 6e76748e73..8133f27daf 100644 --- a/ipv6/tspc/Makefile +++ b/ipv6/tspc/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006 OpenWrt.org +# Copyright (C) 2006-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:=tspc PKG_VERSION:=2.1.1 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).orig.tar.gz PKG_SOURCE_URL:=http://ftp.fr.debian.org/debian/pool/main/t/tspc/ @@ -45,4 +45,8 @@ define Package/tspc/install $(INSTALL_BIN) $(PKG_BUILD_DIR)/template/checktunnel.sh $(1)/etc/tsp/ endef +define Package/tspc/conffiles +/etc/tsp/tspc.conf +endef + $(eval $(call BuildPackage,tspc))