1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-20 16:42:35 +03:00

fix network hotplug scripts for 2.6

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2711 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2005-12-17 02:11:04 +00:00
parent 91cc25f539
commit fa6f69af06

View File

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