Date:2010-05-28 02:59:51 (13 years 6 months ago)
Author:jow
Commit:c4c903822dc78aafed5d424fa8baaad8761bf61d
Message:[backfire] merge r21595

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@21596 3c298f89-4303-0410-b956-a3cf2f4a3e73
Files: package/base-files/files/lib/network/config.sh (1 diff)

Change Details

package/base-files/files/lib/network/config.sh
170170                    # result in another setup_interface() call, so we simply stop processing
171171                    # the current event at this point.
172172                }
173
174                [ -n "$macaddr" ] && ifconfig "$iface" down 2>/dev/null >/dev/null
173175                ifconfig "$iface" ${macaddr:+hw ether "${macaddr}"} up 2>/dev/null >/dev/null
174176                return 1
175177            }

Archive Download the corresponding diff file



interactive