Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / broadcom-wl


Commits:
63fc8230 by Jan Alexander Steffens (heftig) at 2024-12-06T18:41:39+01:00
6.30.223.271-592: Remove Module.symvers

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = broadcom-wl
        pkgdesc = Broadcom 802.11 Linux STA wireless driver
        pkgver = 6.30.223.271
-       pkgrel = 591
+       pkgrel = 592
        url = 
https://www.broadcom.com/support/download-search/?pf=Wireless+LAN+Infrastructure
        arch = x86_64
        license = custom


=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@ _kernelname=              # Build against stock -ARCH kernel
 #_kernelname=-custom      # Build against kernel with a different name
 pkgname=${_module}${_kernelname}
 pkgver=6.30.223.271
-pkgrel=591
+pkgrel=592
 pkgdesc='Broadcom 802.11 Linux STA wireless driver'
 arch=('x86_64')
 
url='https://www.broadcom.com/support/download-search/?pf=Wireless+LAN+Infrastructure'
@@ -25,7 +25,7 @@ package() {
     _extramodules="/usr/lib/modules/${_kernver}/extramodules"
 
     install -Dm644 -t "${pkgdir}${_extramodules}" \
-        ${_module}/${pkgver}/${_kernver}/${CARCH}/module/*
+        ${_module}/${pkgver}/${_kernver}/${CARCH}/module/*.ko
 
     # compress kernel modules
     find "${pkgdir}" -name '*.ko' -exec zstd --rm -19 {} +



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/broadcom-wl/-/commit/63fc82300d08eb73006c34afdeca0da3b86ebd33

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/broadcom-wl/-/commit/63fc82300d08eb73006c34afdeca0da3b86ebd33
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to