From e16e3809375e9b0cda29866c55d62959a74af118 Mon Sep 17 00:00:00 2001 From: Tk-Glitch Date: Sat, 28 Mar 2020 11:40:56 +0100 Subject: [PATCH] We have previously removed linux-firmware from depends. It makes more sense to have it as an optional dep. --- linux54-tkg/PKGBUILD | 1 + linux55-tkg/PKGBUILD | 1 + linux56-rc-tkg/PKGBUILD | 1 + 3 files changed, 3 insertions(+) diff --git a/linux54-tkg/PKGBUILD b/linux54-tkg/PKGBUILD index 66b2cca..43a5d59 100644 --- a/linux54-tkg/PKGBUILD +++ b/linux54-tkg/PKGBUILD @@ -858,6 +858,7 @@ hackbase() { depends=('coreutils' 'kmod' 'initramfs') optdepends=('linux-docs: Kernel hackers manual - HTML documentation that comes with the Linux kernel.' 'crda: to set the correct wireless channels of your country.' + 'linux-firmware: Firmware files for Linux' 'modprobed-db: Keeps track of EVERY kernel module that has ever been probed. Useful for make localmodconfig.' 'nvidia-tkg: NVIDIA drivers for all installed kernels - non-dkms version.' 'nvidia-dkms-tkg: NVIDIA drivers for all installed kernels - dkms version.' diff --git a/linux55-tkg/PKGBUILD b/linux55-tkg/PKGBUILD index efdbaa3..bd81d2d 100644 --- a/linux55-tkg/PKGBUILD +++ b/linux55-tkg/PKGBUILD @@ -910,6 +910,7 @@ hackbase() { depends=('coreutils' 'kmod' 'initramfs') optdepends=('linux-docs: Kernel hackers manual - HTML documentation that comes with the Linux kernel.' 'crda: to set the correct wireless channels of your country.' + 'linux-firmware: Firmware files for Linux' 'modprobed-db: Keeps track of EVERY kernel module that has ever been probed. Useful for make localmodconfig.' 'nvidia-tkg: NVIDIA drivers for all installed kernels - non-dkms version.' 'nvidia-dkms-tkg: NVIDIA drivers for all installed kernels - dkms version.' diff --git a/linux56-rc-tkg/PKGBUILD b/linux56-rc-tkg/PKGBUILD index f24308d..9690c36 100644 --- a/linux56-rc-tkg/PKGBUILD +++ b/linux56-rc-tkg/PKGBUILD @@ -909,6 +909,7 @@ hackbase() { depends=('coreutils' 'kmod' 'initramfs') optdepends=('linux-docs: Kernel hackers manual - HTML documentation that comes with the Linux kernel.' 'crda: to set the correct wireless channels of your country.' + 'linux-firmware: Firmware files for Linux' 'modprobed-db: Keeps track of EVERY kernel module that has ever been probed. Useful for make localmodconfig.' 'nvidia-tkg: NVIDIA drivers for all installed kernels - non-dkms version.' 'nvidia-dkms-tkg: NVIDIA drivers for all installed kernels - dkms version.'