Skip to content
Snippets Groups Projects
Commit 545284a6 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

fix a typo

SVN-Revision: 5719
parent 65ce91ec
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment