1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-06 03:01:18 +02:00

fix network hotplug scripts for 2.6

SVN-Revision: 2711
This commit is contained in:
Felix Fietkau 2005-12-17 02:11:04 +00:00
parent 1a1d851e2f
commit 6f0502008b

@ -184,6 +184,6 @@ do_unregister() {
}
case "$ACTION" in
register) do_register;;
unregister) do_unregister;;
add|register) do_register;;
remove|unregister) do_unregister;;
esac