mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-11 22:34:51 +08:00
fix broadcom-wl
This commit is contained in:
parent
7869fd9f95
commit
1b06e51783
@ -1,7 +1,7 @@
|
||||
|
||||
pkgname=broadcom-wl
|
||||
pkgver=6.30.223.271
|
||||
pkgrel=25
|
||||
pkgrel=26
|
||||
pkgdesc='Broadcom 802.11abgn hybrid Linux networking device driver'
|
||||
url='http://www.broadcom.com/support/802.11/linux_sta.php'
|
||||
arch=('x86_64')
|
||||
@ -49,7 +49,7 @@ prepare() {
|
||||
|
||||
build() {
|
||||
cd "${srcdir}"
|
||||
KERNEL_VERSION=$(</usr/lib/modules/extramodules-CHAKRA/version)
|
||||
KERNEL_VERSION=$(</usr/lib/modules/$_extramodules/version)
|
||||
msg2 "Kernel = $KERNEL_VERSION"
|
||||
|
||||
make -C /usr/lib/modules/"${KERNEL_VERSION}"/build M=`pwd`
|
||||
|
Loading…
Reference in New Issue
Block a user