From 67fa810d8761296306d023836c1998375546bfc8 Mon Sep 17 00:00:00 2001 From: nico Date: Thu, 17 Nov 2011 11:07:56 +0000 Subject: [PATCH] packages/aiccu: rename uci config file git-svn-id: svn://svn.openwrt.org/openwrt/packages@29219 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- ipv6/aiccu/Makefile | 4 ++-- ipv6/aiccu/files/{aiccu.conf => aiccu.config} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename ipv6/aiccu/files/{aiccu.conf => aiccu.config} (100%) diff --git a/ipv6/aiccu/Makefile b/ipv6/aiccu/Makefile index c568115fd..6dca950c2 100644 --- a/ipv6/aiccu/Makefile +++ b/ipv6/aiccu/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=aiccu PKG_VERSION:=20070115 -PKG_RELEASE:=8 +PKG_RELEASE:=9 PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.sixxs.net/archive/sixxs/aiccu/unix @@ -47,7 +47,7 @@ define Package/aiccu/install $(INSTALL_DIR) $(1)/usr/sbin $(INSTALL_BIN) $(PKG_BUILD_DIR)/unix-console/$(PKG_NAME) $(1)/usr/sbin/ $(INSTALL_DIR) $(1)/etc/config - $(INSTALL_CONF) ./files/aiccu.conf $(1)/etc/config/aiccu + $(INSTALL_CONF) ./files/aiccu.config $(1)/etc/config/aiccu $(INSTALL_DIR) $(1)/etc/init.d $(INSTALL_BIN) ./files/aiccu.init $(1)/etc/init.d/aiccu endef diff --git a/ipv6/aiccu/files/aiccu.conf b/ipv6/aiccu/files/aiccu.config similarity index 100% rename from ipv6/aiccu/files/aiccu.conf rename to ipv6/aiccu/files/aiccu.config -- 2.11.0