packages/httptunnel: rename uci config file

git-svn-id: svn://svn.openwrt.org/openwrt/packages@29226 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2011-11-17 11:48:59 +00:00
parent e4ba8c7a9b
commit 3d34ca26fe
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=httptunnel PKG_NAME:=httptunnel
PKG_VERSION:=3.3 PKG_VERSION:=3.3
PKG_RELEASE:=2 PKG_RELEASE:=3
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=ftp://ftp.nocrew.org/pub/nocrew/unix/ PKG_SOURCE_URL:=ftp://ftp.nocrew.org/pub/nocrew/unix/
@ -38,7 +38,7 @@ define Package/httptunnel/install
$(INSTALL_DIR) $(1)/etc/init.d $(INSTALL_DIR) $(1)/etc/init.d
$(INSTALL_BIN) ./files/httptunnel.init $(1)/etc/init.d/httptunnel $(INSTALL_BIN) ./files/httptunnel.init $(1)/etc/init.d/httptunnel
$(INSTALL_DIR) $(1)/etc/config $(INSTALL_DIR) $(1)/etc/config
$(INSTALL_DATA) ./files/httptunnel.conf $(1)/etc/config/httptunnel $(INSTALL_DATA) ./files/httptunnel.config $(1)/etc/config/httptunnel
endef endef
define Package/httptunnel/conffiles define Package/httptunnel/conffiles