From eed80ac3cdfd1bc82f3a843b2f9d5f2f541791b5 Mon Sep 17 00:00:00 2001 From: Victor Tebar Date: Fri, 20 Oct 2023 19:42:37 +0000 Subject: [PATCH] broadcom-wl: upgrade to 6.30.223.271 --- main/broadcom-wl/spkgbuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/main/broadcom-wl/spkgbuild b/main/broadcom-wl/spkgbuild index 846132cea..71b799844 100644 --- a/main/broadcom-wl/spkgbuild +++ b/main/broadcom-wl/spkgbuild @@ -3,13 +3,13 @@ name=broadcom-wl version=6.30.223.271 -release=1 -source="http://download.tuxfamily.org/nutyx/files/broadcom-wl-$version.tar.xz" +release=2 +source="http://download.tuxfamily.org/nutyx/sources/$name/$name-$version.tar.xz" build() { - KERNEL_VERSION="$(basename /lib/modules/*)" - cd broadcom-wl-${version} + KERNEL_VERSION="$(cat /lib/modules/KERNELVERSION)" + cd $name-${version} make -C /lib/modules/${KERNEL_VERSION}/build M=$(pwd)