summaryrefslogtreecommitdiffstats
path: root/openwrt/package/base-files/default/etc/hotplug.d/net/10-net
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-12-17 02:11:04 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-12-17 02:11:04 +0000
commitfa6f69af06012914a369f974ecbac79213cf7a74 (patch)
tree4aee46777953aad91ab39a090c67fee98e4c54eb /openwrt/package/base-files/default/etc/hotplug.d/net/10-net
parent91cc25f5397a65d132cb3be136d8ce539c53cb29 (diff)
fix network hotplug scripts for 2.6
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2711 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/base-files/default/etc/hotplug.d/net/10-net')
-rw-r--r--openwrt/package/base-files/default/etc/hotplug.d/net/10-net4
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/package/base-files/default/etc/hotplug.d/net/10-net b/openwrt/package/base-files/default/etc/hotplug.d/net/10-net
index 19f53abd7..0417b397f 100644
--- a/openwrt/package/base-files/default/etc/hotplug.d/net/10-net
+++ b/openwrt/package/base-files/default/etc/hotplug.d/net/10-net
@@ -184,6 +184,6 @@ do_unregister() {
}
case "$ACTION" in
- register) do_register;;
- unregister) do_unregister;;
+ add|register) do_register;;
+ remove|unregister) do_unregister;;
esac