Compare commits

..

No commits in common. "factory" and "devel" have entirely different histories.

2 changed files with 3 additions and 8 deletions

View File

@ -1,8 +1,3 @@
-------------------------------------------------------------------
Wed May 14 03:39:00 UTC 2025 - Bernhard Wiedemann <bwiedemann@suse.com>
- Update URL to HTTPS
-------------------------------------------------------------------
Wed Mar 20 19:29:54 UTC 2024 - Arjen de Korte <suse+build@de-korte.org>

View File

@ -6,7 +6,7 @@
# WLAN cards using Broadcom's bcm43xx chips.
# firmware for b43
URL1=https://www.lwfinger.com/b43-firmware
URL1=http://www.lwfinger.com/b43-firmware
FILE1=broadcom-wl-6.30.163.46.tar.bz2
FIRMWARE1=broadcom-wl-6.30.163.46.wl_apsta.o
@ -23,7 +23,7 @@ TMPDIR=$(mktemp -d /var/tmp/bcm.XXXXXX) || exit 1
cd $TMPDIR
echo "Downloading b43 firmware"
curl -L -# -f -o $FILE1 $URL1/$FILE1
curl -# -f -o $FILE1 $URL1/$FILE1
if [ $? -eq 0 ];then
echo "Extracting b43 firmware"
tar xjf $FILE1
@ -34,7 +34,7 @@ fi
echo
echo "Downloading b43legacy firmware"
curl -L -# -f -o $FILE2 $URL2/$FILE2
curl -# -f -o $FILE2 $URL2/$FILE2
if [ $? -eq 0 ];then
echo "Extracting b43legacy firmware"
b43-fwcutter -w /lib/firmware $FILE2