summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSimão Gomes Viana2020-11-01 18:21:32 +0100
committerSimão Gomes Viana2020-11-01 18:24:30 +0100
commit3434ee723d6ab4184af95d6e0db51d63dbc59ec5 (patch)
tree608e9599edee1b86eb81e8ce67dcbf01fd0817cf /PKGBUILD
parent2005e569f8c83d62cb68e50ad153bdcd03725ac5 (diff)
downloadaur-3434ee723d6ab4184af95d6e0db51d63dbc59ec5.tar.gz
Make linux-firmware optional
Signed-off-by: Simão Gomes Viana <devel@superboring.dev>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6d14a7221888..4d9f5e428c25 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -67,10 +67,11 @@ build() {
_package() {
pkgdesc="Modified Linux kernel optimized for Skylake (and newer) compiled using clang, sacrificing security for performance. The 'nitrous-fire' kernel is insecure, only use it if you need the performance."
- depends=('coreutils' 'linux-firmware' 'kmod' 'mkinitcpio>=0.7')
+ depends=('coreutils' 'kmod' 'mkinitcpio>=0.7')
optdepends=(
'crda: to set the correct wireless channels of your country'
'linux-nitrous-fire-git-headers: to build DKMS modules against this kernel'
+ 'linux-firmware: Additional firmware blobs'
)
provides=('linux')
__kernelname=linux-nitrous-fire-git