mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-12-09 22:22:09 -05:00
base-files: revert r21595
SVN-Revision: 21597
This commit is contained in:
parent
482b8385d2
commit
09df0523fd
@ -170,8 +170,6 @@ prepare_interface() {
|
|||||||
# result in another setup_interface() call, so we simply stop processing
|
# result in another setup_interface() call, so we simply stop processing
|
||||||
# the current event at this point.
|
# 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
|
ifconfig "$iface" ${macaddr:+hw ether "${macaddr}"} up 2>/dev/null >/dev/null
|
||||||
return 1
|
return 1
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user