diff --git a/python_modules/conf.py b/python_modules/conf.py index 8378662c..8a592313 100644 --- a/python_modules/conf.py +++ b/python_modules/conf.py @@ -184,7 +184,7 @@ firmware_list = ('atmel-firmware\n' 'firmware-realtek\n' 'firmware-samsung\n' 'firmware-siano\n' - 'firmware-ti-connectivity\n' + #'firmware-ti-connectivity\n' 'firmware-sof-signed\n' #This Driver is not available in Devuan 'firmware-zd1211' ) diff --git a/python_modules/dev_64.py b/python_modules/dev_64.py index 96bdc5b5..0e467993 100644 --- a/python_modules/dev_64.py +++ b/python_modules/dev_64.py @@ -131,7 +131,7 @@ def readybuild(): inflate_bubble.set_artwork_packages() inflate_bubble.set_python_packages() inflate_bubble.set_calamares_packages() - inflate_bubble.set_firmware_packages() + #inflate_bubble.set_firmware_packages() inflate_bubble.set_binary_packages_64() copy_folders.copy_folders_files() copy_files_specified.copy_specific_files() @@ -156,7 +156,7 @@ def readybuild(): inflate_bubble.set_artwork_packages() inflate_bubble.set_python_packages() inflate_bubble.set_calamares_packages() - inflate_bubble.set_firmware_packages() + #inflate_bubble.set_firmware_packages() inflate_bubble.set_binary_packages_64() copy_folders.copy_folders_files() copy_files_specified.copy_specific_files()