From: Felix Fietkau Date: Thu, 1 Nov 2007 17:33:56 +0000 (+0000) Subject: fix 6tunnel compile X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=179da257d274128d7c3c8f9320eb22f2373b3c34 fix 6tunnel compile SVN-Revision: 9477 --- diff --git a/ipv6/6tunnel/Makefile b/ipv6/6tunnel/Makefile index be164585e0..3150751412 100644 --- a/ipv6/6tunnel/Makefile +++ b/ipv6/6tunnel/Makefile @@ -52,7 +52,7 @@ define Package/6tunnel/install $(INSTALL_DIR) $(1)/usr/sbin $(INSTALL_BIN) $(PKG_BUILD_DIR)/6tunnel $(1)/usr/sbin/ $(INSTALL_DIR) $(1)/etc/config - $(INSTALL_DATA) ./files/6tunnel.config $(1)/etc/config/6tunnel + $(INSTALL_DATA) ./files/6tunnel.conf $(1)/etc/config/6tunnel $(INSTALL_DIR) $(1)/etc/init.d $(INSTALL_BIN) ./files/6tunnel.init $(1)/etc/init.d/6tunnel endef