Date:2010-05-28 12:53:10 (13 years 6 months ago)
Author:jow
Commit:102b4bb416c9a1912418fbdbec72f8e76ca977d1
Message:[backfire] revert r21596

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@21598 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
175173                ifconfig "$iface" ${macaddr:+hw ether "${macaddr}"} up 2>/dev/null >/dev/null
176174                return 1
177175            }

Archive Download the corresponding diff file



interactive