From: Matteo Croce Date: Mon, 6 Oct 2008 12:29:45 +0000 (+0000) Subject: aiccu: fix config file path X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=b07cac7693422012649d1792fba999f2c9643652 aiccu: fix config file path SVN-Revision: 12866 --- diff --git a/ipv6/aiccu/Makefile b/ipv6/aiccu/Makefile index 862fd3a83f..b8d03e0293 100644 --- a/ipv6/aiccu/Makefile +++ b/ipv6/aiccu/Makefile @@ -48,7 +48,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 - $(INSTALL_CONF) ./files/aiccu.conf $(1)/etc/ + $(INSTALL_CONF) ./files/aiccu.conf $(1)/etc/config/aiccu $(INSTALL_DIR) $(1)/etc/init.d $(INSTALL_BIN) ./files/aiccu.init $(1)/etc/init.d/aiccu $(INSTALL_DIR) $(1)/etc/hotplug.d/iface diff --git a/ipv6/aiccu/files/aiccu.conf b/ipv6/aiccu/files/aiccu.conf index bbde1221f5..671fd16da4 100755 --- a/ipv6/aiccu/files/aiccu.conf +++ b/ipv6/aiccu/files/aiccu.conf @@ -8,4 +8,4 @@ config aiccu option requiretls '' option defaultroute '1' option nat '1' - option heartbeat '1' \ No newline at end of file + option heartbeat '1'