linux: add second round of modules
This commit is contained in:
parent
82fd532592
commit
e2f96ef95b
19 changed files with 67 additions and 5 deletions
27
helpers/DATA/linux/d-i/modules/nic-wireless-modules
Normal file
27
helpers/DATA/linux/d-i/modules/nic-wireless-modules
Normal 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 ?
|
||||
Loading…
Add table
Add a link
Reference in a new issue