mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-21 22:47:56 +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
|
||||
register) do_register;;
|
||||
unregister) do_unregister;;
|
||||
add|register) do_register;;
|
||||
remove|unregister) do_unregister;;
|
||||
esac
|
||||
|
Loading…
Reference in New Issue
Block a user