From c229818b796cc80d9f22f9c233ec7c58cbc2c76c Mon Sep 17 00:00:00 2001 From: debianpepper Date: Tue, 25 Jul 2023 11:36:35 +0900 Subject: [PATCH] Took out the Firmware packages to test devuan Signed-off-by: debianpepper --- python_modules/conf.py | 2 +- python_modules/dev_64.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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()