packages/ptunnel: rename uci config file
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 17 Nov 2011 11:49:03 +0000 (11:49 +0000)
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 17 Nov 2011 11:49:03 +0000 (11:49 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@29228 3c298f89-4303-0410-b956-a3cf2f4a3e73

net/ptunnel/Makefile
net/ptunnel/files/ptunnel.conf [deleted file]
net/ptunnel/files/ptunnel.config [new file with mode: 0644]

index 89db421..52e9558 100644 (file)
@@ -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 (file)
index bfc7495..0000000
+++ /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 (file)
index 0000000..bfc7495
--- /dev/null
@@ -0,0 +1,2 @@
+config ptunnel
+       option interface 'lan'