port kmod-ipv6 to the new system
[openwrt.git] / package / broadcom-wl / files / lib / wifi / broadcom.sh
index 53d1cf7..7852ae9 100644 (file)
@@ -5,8 +5,8 @@ bridge_interface() {
                scan_interfaces
                cfg="$(find_config "$1")"
                [ -z "$cfg" ] && return 0
-               config_get type "$cfg" type
-               [ "$type" = bridge ] && config_get "$type" bridge
+               config_get iftype "$cfg" type
+               [ "$iftype" = bridge ] && config_get "$iftype" bridge
        )
 }
 
This page took 0.025504 seconds and 4 git commands to generate.