kconfig-generic.toml: require IWLMLD module

Seems required by my work laptop to have working Wi-Fi:

$ lsmod | grep iwlwifi
iwlwifi               446464  1 iwlmld
cfg80211             1556480  3 iwlmld,iwlwifi,mac80211

Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/9110>
This commit is contained in:
Bart Ribbers 2026-07-22 09:20:37 +02:00 committed by The Friendly Meow (merge) Bot
parent c90262fb24
commit 9a92db996b
No known key found for this signature in database

View file

@ -167,6 +167,7 @@ RTL8723BS = "m"
["category:network".">=0.0.0"."all"]
CFG80211 = "m"
IWLDVM = "m"
IWLMLD = "m"
IWLMVM = "m"
IWLWIFI = "m"
MAC80211 = "m"