Was supposed to be a linux distribution, now just a collection of build scripts for packages on top of (ideally) any distribution.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

22 lines
1.0 KiB

name=broadcom-wl
version=6_30_223_271
update_url="https://aur.archlinux.org/packages/$name-dkms/"
dlextract "http://www.broadcom.com/docs/linux_sta/hybrid-v35_64-nodebug-pcoem-$version.tar.gz" \
"115903050c41d466161784d4c843f4f9"
dlfile "https://aur.archlinux.org/cgit/aur.git/plain/$name-dkms.conf?h=$name-dkms" \
"b6e8ae4cf217bf68dcf08599bf43fce4"
dlfile "https://aur.archlinux.org/cgit/aur.git/plain/001-null-pointer-fix.patch?h=$name-dkms" \
"fabbf528164f5e3a9dcf46f46a678f86"
dlfile "https://aur.archlinux.org/cgit/aur.git/plain/002-rdtscl.patch?h=$name-dkms" \
"76c168a0271cb57d2539a10877979fbd"
header_end
sed -i -e "/BRCM_WLAN_IFNAME/s:eth:wlan:" src/wl/sys/wl_linux.c
patch -p1 -i 001-null-pointer-fix.patch
patch -p1 -i 002-rdtscl.patch
make KBUILD_DIR="$dir_sysroot/lib/modules/$(uname -r)/build"
install -Dm 644 "wl.ko" "$dir_install/lib/modules/$(uname -r)/kernel/drivers/net/wireless/wl.ko"
install -Dm 644 "$name-dkms.conf" "$dir_install/etc/modprobe.d/$name.conf"
# vim:set tabstop=4 shiftwidth=4 syntax=sh et: