From e5da44db4a08ac26ac5928c23cbd42080f44cb8e Mon Sep 17 00:00:00 2001 From: nico Date: Thu, 17 Nov 2011 11:49:03 +0000 Subject: [PATCH] packages/ptunnel: rename uci config file git-svn-id: svn://svn.openwrt.org/openwrt/packages@29228 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/ptunnel/Makefile | 4 ++-- net/ptunnel/files/{ptunnel.conf => ptunnel.config} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename net/ptunnel/files/{ptunnel.conf => ptunnel.config} (100%) diff --git a/net/ptunnel/Makefile b/net/ptunnel/Makefile index 89db421d2..52e955858 100644 --- a/net/ptunnel/Makefile +++ b/net/ptunnel/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ptunnel PKG_VERSION:=0.71 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=PingTunnel-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.cs.uit.no/~daniels/PingTunnel @@ -56,7 +56,7 @@ define Package/ptunnel/install $(INSTALL_DIR) $(1)/etc/init.d $(INSTALL_BIN) ./files/ptunnel.init $(1)/etc/init.d/ptunnel $(INSTALL_DIR) $(1)/etc/config - $(INSTALL_CONF) ./files/ptunnel.conf $(1)/etc/config/ptunnel + $(INSTALL_CONF) ./files/ptunnel.config $(1)/etc/config/ptunnel endef $(eval $(call BuildPackage,ptunnel)) diff --git a/net/ptunnel/files/ptunnel.conf b/net/ptunnel/files/ptunnel.config similarity index 100% rename from net/ptunnel/files/ptunnel.conf rename to net/ptunnel/files/ptunnel.config -- 2.11.0