From: jow Date: Fri, 28 May 2010 10:53:10 +0000 (+0000) Subject: [backfire] revert r21596 X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=102b4bb416c9a1912418fbdbec72f8e76ca977d1;p=10.03%2Fopenwrt.git [backfire] revert r21596 git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@21598 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/base-files/files/lib/network/config.sh b/package/base-files/files/lib/network/config.sh index 37dc2085f..32170bb27 100755 --- a/package/base-files/files/lib/network/config.sh +++ b/package/base-files/files/lib/network/config.sh @@ -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 }