linux-hwe-5.19: enable udeb for linux-hwe-5.19

This commit is contained in:
Luis Guzmán 2023-06-16 01:40:08 +00:00
parent a01dd44cba
commit 1f230cf4a5
328 changed files with 2110 additions and 4 deletions

View file

@ -0,0 +1,27 @@
# Include wireless drivers by default
drivers/net/wireless/**
# Include staging wireless drivers
prism2_usb ?
drivers/staging/rtl8** ?
vt6656_stage ?
# Exclude drivers packaged in nic-pcmcia-modules
drivers/net/wireless/**_cs -
airo -
hostap_plx -
# Don't separate these from their driver families
libertas_cs ?
spectrum_cs ?
# Exclude drivers packaged in nic-usb-modules
rndis_wlan -
# Exclude debug driver
mac80211_hwsim -
# lib80211 encryption algorithms
lib80211_crypt_wep ?
lib80211_crypt_ccmp ?
lib80211_crypt_tkip ?