1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-16 22:55:40 +03:00

fix network hotplug scripts for 2.6

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

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