mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-02 20:16:59 +00:00
fix network hotplug scripts for 2.6
SVN-Revision: 2711
This commit is contained in:
parent
1a1d851e2f
commit
6f0502008b
@ -184,6 +184,6 @@ do_unregister() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
case "$ACTION" in
|
case "$ACTION" in
|
||||||
register) do_register;;
|
add|register) do_register;;
|
||||||
unregister) do_unregister;;
|
remove|unregister) do_unregister;;
|
||||||
esac
|
esac
|
||||||
|
Loading…
Reference in New Issue
Block a user