View Single Post
Old 04-30-2024, 07:22 AM   #5
pantec
Junior Member
pantec began at the beginning.
 
Posts: 7
Karma: 10
Join Date: Aug 2015
Device: Kobo Mini / Glo
You must enable/disable certain options in the kernel before the
items for the dhd modules "appear" in the kernel menuconfig.

If you look into the file Kconfig from my patch you will see the
"depends" clause. If those depends are not met, the corresponding
menu items will disappear.

- enable EXPERIMENTAL
- enable WLAN
- disable CFG80211 support in the kernel.

If you can't find them in the menuconfig dialog, just edit the
.config file from kernel source tree

# comment out CONFIG_CFG80211
CONFIG_EXPERIMENTAL=y
CONFIG_WLAN=y

After saving the file .config the options for the WLAN DHD modules
should appear under zd1211 wlan driver when you run dialog based kernel
menuconfig
pantec is offline   Reply With Quote