diff options
Diffstat (limited to 'libre')
-rw-r--r-- | libre/linux-libre-firmware/PKGBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/libre/linux-libre-firmware/PKGBUILD b/libre/linux-libre-firmware/PKGBUILD index a2d78c816..298491a62 100644 --- a/libre/linux-libre-firmware/PKGBUILD +++ b/libre/linux-libre-firmware/PKGBUILD @@ -47,7 +47,7 @@ prepare() { # Some firmwares download toolchains with wget. We don't want that patch -p1 -i ../remove-wget.patch - # Although we still don't use carl9170fw yet, this is a step forward + # CARL9170 configuration cp -Tf ../config src/carl9170fw/.config sed -e '13s|config/conf|config/conf --config|' \ -i src/carl9170fw/autogen.sh @@ -55,13 +55,12 @@ prepare() { build() { cd "${srcdir}/${pkgname}-${pkgver}/src" - make ath9k_htc # NOTE: usbdux will only build in 32-bits systems/chroots (i686 and armv7h for instance), # however compiling it manually (without makepkg) on a 64-bits machine works. # Building with makepkg in a 64-bits system or chroot ends into a segmentation fault. # Source: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=887320 -# make cis isci keyspan_pda openfwwf av7110 dsp56k usbdux carl9170fw # ath9k_htc + make cis isci keyspan_pda openfwwf av7110 dsp56k usbdux carl9170fw # ath9k_htc } package() { |