git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5554 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Felix Fietkau 2006-11-17 05:31:21 +00:00
parent 52d904dd0f
commit bc290be67a
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ bridge_interface() {(
scan_interfaces
config_get iftype "$cfg" type
[ "$iftype" = bridge ] && config_get "$iftype" ifname
[ "$iftype" = bridge ] && config_get "$cfg" ifname
)}