summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRaimar Bühmann2015-10-26 19:06:48 +0100
committerxuzhenglun2016-02-25 10:43:05 +0800
commitfa6f57579c1174196dd839d94fbc34c49046219d (patch)
tree0d34f9f6481c521241a0ed361e913174ecff41b1 /PKGBUILD
parent502ff0cc2101e7730f9ba7adca5b37abe4f2a626 (diff)
downloadaur-fa6f57579c1174196dd839d94fbc34c49046219d.tar.gz
remove obsolete patch files and fix broken link to Broadcom
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 2 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cb75def10b52..98cae0ab26cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,10 +6,10 @@
pkgname=broadcom-wl-lts
pkgver=6.30.223.271
-pkgrel=1
+pkgrel=2
pkgdesc='Broadcom 802.11abgn hybrid Linux networking device driver for LTS kernal'
-url='http://www.broadcom.com/support/802.11/linux_sta.php'
+url='http://www.broadcom.com/support/802.11'
arch=('i686' 'x86_64')
license=('custom')
@@ -19,9 +19,6 @@ makedepends=('linux-lts-headers')
source=('modprobe.d'
'license.patch'
'wl_linux.c.patch'
-# 'linux-recent.patch'
-# 'linux42.patch'
-# 'gcc.patch'
)
source_i686=("http://www.broadcom.com/docs/linux_sta/hybrid-v35-nodebug-pcoem-${pkgver//./_}.tar.gz")
source_x86_64=("http://www.broadcom.com/docs/linux_sta/hybrid-v35_64-nodebug-pcoem-${pkgver//./_}.tar.gz")
@@ -38,9 +35,6 @@ _kernver="$(</usr/lib/modules/extramodules-"$_kernmajor"-lts/version)"
prepare() {
patch -p1 -i license.patch
-# patch -p1 -i linux-recent.patch
-# patch -p1 -i linux42.patch
-# patch -p1 -i gcc.patch
patch -p1 -i wl_linux.c.patch
sed -e "/BRCM_WLAN_IFNAME/s:eth:wlan:" \