Add hotplug file

git-svn-id: svn://svn.openwrt.org/openwrt/packages@10681 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2008-03-27 20:06:55 +00:00
parent d500418979
commit c960ecc370

View File

@ -0,0 +1,2 @@
#!/bin/sh
[ "$ACTION" = "ifup" -a "$INTERFACE" = "wan" ] && /etc/init.d/aiccu enable && /etc/init.d/aiccu restart