Wlan0 is not created with openwrt rpi 3b+ image

Hi ,

I have compiled OpenWrt image for rpi 3b + , but with this image wlan0 or wifi interface is not created.
I enabled brcm-43 and wireless tools,still the same problem .

  │ Symbol: PACKAGE_kmod-brcm-wl [=n]                                                                                                                                                                                                                                                                                                                                           │  
  │ Type  : tristate                                                                                                                                                                                                                                                                                                                                                            │  
  │ Defined at tmp/.config-package.in:18667                                                                                                                                                                                                                                                                                                                                     │  
  │   Prompt: kmod-brcm-wl......... Kernel driver for BCM43xx chipsets (normal version)                                                                                                                                                                                                                                                                                         │  
  │   Depends on: TARGET_bcm47xx [=n] || TARGET_bcm63xx [=n]                                                                                                                                                                                                                                                                                                                    │  
  │   Location:                                                                                                                                                                                                                                                                                                                                                                 │  
  │ (1) -> Kernel modules                                                                                                                                                                                                                                                                                                                                                       │  
  │       -> Proprietary BCM43xx WiFi driver                                                                                                                                                                                                                                                                                                                                    │  
  │ Selects: PACKAGE_wireless-tools [=y]                                                                                                                                                                                                                                                                                                                                        │  
  │ Selected by [n]:                                                                                                                                                                                                                                                                                                                                                            │  
  │   - MODULE_DEFAULT_kmod-brcm-wl [=n] && TARGET_PER_DEVICE_ROOTFS [=y] && m && MODULES [=y]                                                                                                                                                                                                                                                                                  │  

I see this option to select brcm wifi driver not don't see │ Proprietary BCM43xx WiFi driver under kernel modules. Please let me know how to enable wlan in openwrt ?

The only driver for your hardware is brcmfmac, not wl.

I have already selected brcmfmac

Then you need to check the logs (dmesg) and make sure that everything is present (firmware, kernel modules; wl must not be installed).