mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-26 22:21:07 +02:00
fix a typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5719 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
e0ba0cedea
commit
f89b5a949e
@ -103,7 +103,7 @@ setup_interface() {
|
||||
|
||||
# Interface settings
|
||||
config_get mtu "$config" mtu
|
||||
config_get macddr "$config" macaddr
|
||||
config_get macaddr "$config" macaddr
|
||||
$DEBUG ifconfig "$iface" ${macaddr:+hw ether "$macaddr"} ${mtu:+mtu $mtu} up
|
||||
|
||||
pidfile="/var/run/$iface.pid"
|
||||
|
Loading…
x
Reference in New Issue
Block a user