
Receipt for package "broadcom-wl-pae"
# SliTaz package receipt. PACKAGE="broadcom-wl-pae" VERSION="6_30_223_271" CATEGORY="network" MAINTAINER="maintainer@slitaz.org" LICENSE="other" SHORT_DESC="Broadcom 802.11abg Linux STA Networking Drivers" WEB_SITE="https://www.broadcom.com/support/download-search/?pf=Wireless+LAN+Infrastructure" TARBALL="hybrid-v35-nodebug-pcoem-$VERSION.tar.gz" WGET_URL="https://docs.broadcom.com/docs-and-downloads/docs/linux_sta/$TARBALL" TAGS="wireless wifi driver" PROVIDE="broadcom-wl:linux-pae" DEPENDS="linux-pae" BUILD_DEPENDS="linux-pae-module-headers xz" # Rules to configure and make the package. compile_rules() { # Use wlan instead eth sed -i -e '/BRCM_WLAN_IFNAME/s/eth/wlan/' src/wl/sys/wl_linux.c while read file; do [ -f done.$file ] && continue echo "Apply $file..." patch -p1 < $stuff/$file || return 1 cp $stuff/$file done.$file done <<EOT 001-null-pointer-fix.patch 002-rdtscl.patch 003-linux47.patch 004-linux48.patch 005-debian-fix-kernel-warnings.patch 006-linux411.patch 007-linux412.patch 008-linux415.patch 009-fix_mac_profile_discrepancy.patch 014-linux414.patch 016-linux51.patch 017-linux56.patch 018-linux59.patch EOT KBUILD_NOPEDANTIC=1 make -C /usr/src/linux M=`pwd` xz wl.ko } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { EXTRAVERSION=_${kvers} mkdir -p $fs/lib/modules/${kvers}-slitaz-pae/kernel/drivers/net/wireless # Compress and install module install -o root -m 0644 $src/wl.ko.xz \ $fs/lib/modules/${kvers}-slitaz-pae/kernel/drivers/net/wireless/wl.ko.xz } # Post install/remove commands for Tazpkg. post_install() { chroot "$1/" depmod -a ${EXTRAVERSION#_}-slitaz-pae } post_remove() { chroot "$1/" depmod -a ${EXTRAVERSION#_}-slitaz-pae }
6088 packages and 256128 files in current database (Wed Mar 5 09:18:31 2025)