summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimão Gomes Viana2020-11-01 18:21:32 +0100
committerSimão Gomes Viana2020-11-01 18:21:32 +0100
commit6ce888cf69a25d73b60e84ae6a059f25d14b7a8e (patch)
treed5ee65ce31460f5ec99d9bfd7519fe19deb3b34f
parentc16d912632ebbf510ddecd81aa95de9c6a8e8c86 (diff)
downloadaur-6ce888cf69a25d73b60e84ae6a059f25d14b7a8e.tar.gz
Make linux-firmware optional
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index af31909cb5bf..a03d6ea5f7ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -75,10 +75,11 @@ build() {
_package() {
pkgdesc="Modified Linux kernel optimized for Haswell (and newer) compiled using clang"
- 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-git-headers: to build DKMS modules against this kernel'
+ 'linux-firmware: Additional firmware blobs'
)
provides=('linux')
__kernelname=linux-nitrous-git