1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-11-18 14:47:46 +01:00

fix a typo

SVN-Revision: 5719
This commit is contained in:
Felix Fietkau 2006-12-08 11:25:10 +00:00
parent 65ce91ec41
commit 545284a609

@ -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"