Refactor script for other Linux distros with automatic kernel updates

This commit is contained in:
Spacery
2025-12-30 18:01:39 -04:00
parent 1ce24d71ff
commit 6cefc43cda
21 changed files with 706 additions and 387 deletions
+16
View File
@@ -0,0 +1,16 @@
PACKAGE_NAME="aic8800"
PACKAGE_VERSION="1.0.0"
CLEAN="cd drivers/aic8800 && make clean"
MAKE="cd drivers/aic8800 && make"
# Main module (aic8800_fdrv)
BUILT_MODULE_NAME[0]="aic8800_fdrv"
BUILT_MODULE_LOCATION[0]="drivers/aic8800/aic8800_fdrv"
DEST_MODULE_LOCATION[0]="/updates/dkms"
# Firmware loading module (aic_load_fw)
BUILT_MODULE_NAME[1]="aic_load_fw"
BUILT_MODULE_LOCATION[1]="drivers/aic8800/aic_load_fw"
DEST_MODULE_LOCATION[1]="/updates/dkms"
AUTOINSTALL="yes"