From: Nicolas Thill Date: Thu, 17 Nov 2011 11:49:03 +0000 (+0000) Subject: packages/ptunnel: rename uci config file X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=74d31182db003059f16f2923e5395b41b8a0cf81;p=openwrt%2Fsvn-archive%2Fpackages.git packages/ptunnel: rename uci config file SVN-Revision: 29228 --- 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.conf deleted file mode 100644 index bfc74959e..000000000 --- a/net/ptunnel/files/ptunnel.conf +++ /dev/null @@ -1,2 +0,0 @@ -config ptunnel - option interface 'lan' diff --git a/net/ptunnel/files/ptunnel.config b/net/ptunnel/files/ptunnel.config new file mode 100644 index 000000000..bfc74959e --- /dev/null +++ b/net/ptunnel/files/ptunnel.config @@ -0,0 +1,2 @@ +config ptunnel + option interface 'lan'