base-files: revert r21595
authorJo-Philipp Wich <jow@openwrt.org>
Fri, 28 May 2010 10:52:02 +0000 (10:52 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Fri, 28 May 2010 10:52:02 +0000 (10:52 +0000)
SVN-Revision: 21597

package/base-files/files/lib/network/config.sh

index 37dc2085fbcc5a58b107e8a256db8af35fb68b17..32170bb274a3f79c20f2c55393abdd2f3ae8a84c 100755 (executable)
@@ -170,8 +170,6 @@ prepare_interface() {
                                        # result in another setup_interface() call, so we simply stop processing
                                        # the current event at this point.
                                }
-
-                               [ -n "$macaddr" ] && ifconfig "$iface" down 2>/dev/null >/dev/null
                                ifconfig "$iface" ${macaddr:+hw ether "${macaddr}"} up 2>/dev/null >/dev/null
                                return 1
                        }