From d500418979e3c9e453dc22a5e7a008d887440dc3 Mon Sep 17 00:00:00 2001 From: florian Date: Thu, 27 Mar 2008 19:43:01 +0000 Subject: [PATCH] Allow aiccu to run on hotplug events (#3219) git-svn-id: svn://svn.openwrt.org/openwrt/packages@10680 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- ipv6/aiccu/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ipv6/aiccu/Makefile b/ipv6/aiccu/Makefile index ab18b8f2d..d7afecb70 100644 --- a/ipv6/aiccu/Makefile +++ b/ipv6/aiccu/Makefile @@ -47,6 +47,8 @@ define Package/aiccu/install $(INSTALL_CONF) ./files/aiccu.conf $(1)/etc/ $(INSTALL_DIR) $(1)/etc/init.d $(INSTALL_BIN) ./files/aiccu.init $(1)/etc/init.d/aiccu + $(INSTALL_DIR) $(1)/etc/hotplug.d/iface + $(INSTALL_DATA) ./files/aiccu.hotplug $(1)/etc/hotplug.d/iface/30-aiccu endef $(eval $(call BuildPackage,aiccu)) -- 2.11.0