1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-11-18 14:47:46 +01:00
SVN-Revision: 5554
This commit is contained in:
Felix Fietkau 2006-11-17 05:31:21 +00:00
parent 45eb8ae06a
commit c7252cb3d6

@ -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
)}