projects
/
openwrt
/
staging
/
rmilecki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
65ce91e
)
fix a typo
author
Felix Fietkau
<nbd@openwrt.org>
Fri, 8 Dec 2006 11:25:10 +0000
(11:25 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Fri, 8 Dec 2006 11:25:10 +0000
(11:25 +0000)
SVN-Revision: 5719
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 8188203d31726a73d705bb6735b8ebd7bcb8a251..6ddbf9efeeb30463525a77cabea5778de441e668 100755
(executable)
--- a/
package/base-files/files/lib/network/config.sh
+++ b/
package/base-files/files/lib/network/config.sh
@@
-103,7
+103,7
@@
setup_interface() {
# Interface settings
config_get mtu "$config" mtu
- config_get macddr "$config" macaddr
+ config_get mac
a
ddr "$config" macaddr
$DEBUG ifconfig "$iface" ${macaddr:+hw ether "$macaddr"} ${mtu:+mtu $mtu} up
pidfile="/var/run/$iface.pid"