feat: add aic_btusb bluetooth module support to install.sh

This commit is contained in:
Shen Mintao
2026-02-28 14:27:02 +08:00
parent 4f288d90b2
commit 85a412e5b8
3 changed files with 92 additions and 18 deletions
+5
View File
@@ -13,4 +13,9 @@ BUILT_MODULE_NAME[1]="aic_load_fw"
BUILT_MODULE_LOCATION[1]="drivers/aic8800/aic_load_fw"
DEST_MODULE_LOCATION[1]="/updates/dkms"
# Bluetooth USB module (aic_btusb)
BUILT_MODULE_NAME[2]="aic_btusb"
BUILT_MODULE_LOCATION[2]="drivers/aic8800/aic_btusb"
DEST_MODULE_LOCATION[2]="/updates/dkms"
AUTOINSTALL="yes"