# misc-firmware/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. This package installs four sets of firmware files: (1a) A set of Broadcom-related files. This set may be non-distributa- ble but this isn't clear. If the set turns out to be non-distributa- ble, it may be necessary to remove it in the future. (1b) A set from Debian Linux dated 2017. (1c) A set from Kali Linux dated 2023. (1d) A set from kernel.org dated 2023. Except for the Broadcom set, the sets overlap to a significant extent. "/lib/firmware/" ends up with a merged set. #--------------------------------------------------------------------- [buildtimes] 00.00 hours (or 000.03 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.00 hours (or 000.07 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.00 hours (or 000.10 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM 00.00 hours (or 000.17 minutes) - HP EliteBook 8560w 32GB RAM #--------------------------------------------------------------------- [settings] configure = none depends = none license = See technical notes in "cfg" file proddir = none purge = no revision = 230411 unpack = none #--------------------------------------------------------------------- [build] FIRMDIR=/lib/firmware SPCDIR=$PKGDIR_SPECIAL rm -fr $FIRMDIR mkdir -p $FIRMDIR #--------------------------------------------------------------------- DIRNAME=b43-fwcutter-019 tar jxf $SPCDIR/$DIRNAME.tar.bz2 pushd $DIRNAME make tar jxf $SPCDIR/wl_apsta-3.130.20.0.tar.bz2 tar jxf $SPCDIR/broadcom-wl-6.30.163.46.tar.bz2 b43-fwcutter -w $FIRMDIR broadcom-wl-6.30.163.46.wl_apsta.o b43-fwcutter -w $FIRMDIR wl_apsta-3.130.20.0.o popd #--------------------------------------------------------------------- for DIRNAME in \ debian-firmware-nonfree-20170823 \ kali-firmware-nonfree \ kernel-linux-firmware do tar Jxf $SPCDIR/$DIRNAME.tar.xz pushd $DIRNAME cp -a * $FIRMDIR/ popd done #--------------------------------------------------------------------- pushd $FIRMDIR/brcm/ fixname --run popd rm -fr $FIRMDIR/debian/config/libertas/libertas chown -R 0.0 $FIRMDIR/ chmod 644 `find $FIRMDIR/ -type f` #--------------------------------------------------------------------- # Original URLs. These URLs were valid at one point, but may have died # since then. If you download newer versions of tarballs [etc.], don't # delete the original versions, as you may not be able to replace # them. [urls] url_debian = Not checked yet url_home = Unknown url_lfs = n/a url_tarball = See ".txt" and ".url" files in "special/" subdirectory #--------------------------------------------------------------------- [history] 171104 Added a Debian Linux 2017 firmware set 230411 Added a Kali Linux 2023 firmware set 230411 Added a kernel.org firmware set