[arch-commits] Commit in broadcom-wl-dkms/trunk (PKGBUILD dkms.conf.in)
Eli Schwartz
eschwartz at archlinux.org
Tue Jan 30 19:23:57 UTC 2018
Date: Tuesday, January 30, 2018 @ 19:23:56
Author: eschwartz
Revision: 288335
upgpkg: broadcom-wl-dkms 6.30.223.271-17
Fix dkms.conf to actually apply the linux-4.15 patch.
Modified:
broadcom-wl-dkms/trunk/PKGBUILD
broadcom-wl-dkms/trunk/dkms.conf.in
--------------+
PKGBUILD | 12 ++++++------
dkms.conf.in | 1 +
2 files changed, 7 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-01-30 19:05:43 UTC (rev 288334)
+++ PKGBUILD 2018-01-30 19:23:56 UTC (rev 288335)
@@ -7,7 +7,7 @@
pkgname=broadcom-wl-dkms
pkgver=6.30.223.271
-pkgrel=16
+pkgrel=17
pkgdesc='Broadcom 802.11 Linux STA wireless driver'
arch=('x86_64')
url="https://www.broadcom.com/support/download-search/?pf=Wireless+LAN+Infrastructure"
@@ -15,8 +15,7 @@
depends=('dkms')
conflicts=('broadcom-wl')
install=broadcom-wl-dkms.install
-source=("https://docs.broadcom.com/docs-and-downloads/docs/linux_sta/hybrid-v35_64-nodebug-pcoem-${pkgver//./_}.tar.gz"
- 'broadcom-wl-dkms.conf'
+source=('broadcom-wl-dkms.conf'
'dkms.conf.in'
'001-null-pointer-fix.patch'
'002-rdtscl.patch'
@@ -26,9 +25,9 @@
'006-linux411.patch'
'007-linux412.patch'
'008-linux415.patch')
-sha256sums=('5f79774d5beec8f7636b59c0fb07a03108eef1e3fd3245638b20858c714144be'
- 'b97bc588420d1542f73279e71975ccb5d81d75e534e7b5717e01d6e6adf6a283'
- '17a4857279d99e14847fa66e8d8ce0d5dc4851856a0683f4a6bfc93f67a8f6f6'
+source_x86_64=("https://docs.broadcom.com/docs-and-downloads/docs/linux_sta/hybrid-v35_64-nodebug-pcoem-${pkgver//./_}.tar.gz")
+sha256sums=('b97bc588420d1542f73279e71975ccb5d81d75e534e7b5717e01d6e6adf6a283'
+ 'f1df2aa45416b4ac61ea1501602bd1f205a416e1bf1664f23b3761a84d035b26'
'32e505a651fdb9fd5e4870a9d6de21dd703dead768c2b3340a2ca46671a5852f'
'4ea03f102248beb8963ad00bd3e36e67519a90fa39244db065e74038c98360dd'
'30ce1d5e8bf78aee487d0f3ac76756e1060777f70ed1a9cf95215c3a52cfbe2e'
@@ -37,6 +36,7 @@
'5bc12cb57712e6a944dff1c90de50135c2508085d8497ab99284ccccdb35c32b'
'a3d13e8abb96ad440dbfae29acae82d31d1ced2ea62052f1efb2c3c4add347ce'
'08c24157cf3b93b60e67e600d1d90223447361990df09acfb00281d79813d167')
+sha256sums_x86_64=('5f79774d5beec8f7636b59c0fb07a03108eef1e3fd3245638b20858c714144be')
prepare() {
sed -i -e '/BRCM_WLAN_IFNAME/s/eth/wlan/' src/wl/sys/wl_linux.c
Modified: dkms.conf.in
===================================================================
--- dkms.conf.in 2018-01-30 19:05:43 UTC (rev 288334)
+++ dkms.conf.in 2018-01-30 19:23:56 UTC (rev 288335)
@@ -9,4 +9,5 @@
PATCH[4]="005-debian-fix-kernel-warnings.patch"
PATCH[5]="006-linux411.patch"
PATCH[6]="007-linux412.patch"
+PATCH[7]="008-linux415.patch"
AUTOINSTALL="yes"
More information about the arch-commits
mailing list