projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97d22ab
)
[package] base-files: revert r21595
author
Jo-Philipp Wich
<jow@openwrt.org>
Fri, 28 May 2010 10:52:02 +0000
(10:52 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Fri, 28 May 2010 10:52:02 +0000
(10:52 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21597
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/base-files/files/lib/network/config.sh
patch
|
blob
|
history
diff --git
a/package/base-files/files/lib/network/config.sh
b/package/base-files/files/lib/network/config.sh
index
37dc208
..
32170bb
100755
(executable)
--- 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
}