projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2c81e2
)
Allow aiccu to run on hotplug events (#3219)
author
Florian Fainelli
<florian@openwrt.org>
Thu, 27 Mar 2008 19:43:01 +0000
(19:43 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Thu, 27 Mar 2008 19:43:01 +0000
(19:43 +0000)
SVN-Revision: 10680
ipv6/aiccu/Makefile
patch
|
blob
|
history
diff --git
a/ipv6/aiccu/Makefile
b/ipv6/aiccu/Makefile
index ab18b8f2da056980bde469758b8a28fccfcd5bde..d7afecb7059ef029b8b1b46e49e821884d6deddf 100644
(file)
--- 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))