milis/talimatname/genel/b/broadcom-wl/talimat

37 lines
1.5 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: Broadcom 802.11abgn hybrid Linux networking device driver
# URL: http://www.broadcom.com/support/802.11/linux_sta.php
# Paketçi: milisarge
# Gerekler:
# Grup: sürücüler
isim=broadcom-wl
surum=6.30.223.248
devir=6
kaynak=("http://www.broadcom.com/docs/linux_sta/hybrid-v35${_arch}-nodebug-pcoem-${version//./_}.tar.gz"
broadcom-wl.modprobe.dbroadcom-wl.license.patchbroadcom-wl.linux-recent.patchbroadcom-wl.gcc.patch)
[[ "`uname -m`" == "x86_64" ]] && _arch=_64 || _arch=
derle() {
KERNELRELEASE=`uname -r`
patch -p1 -i broadcom-wl.linux-recent.patch
patch -p1 -i broadcom-wl.license.patch
patch -p1 -i broadcom-wl.gcc.patch
sed -e "/BRCM_WLAN_IFNAME/s:eth:wlan:" \
-i src/wl/sys/wl_linux.c
make
install -Dm644 wl.ko $PKG/lib/modules/$KERNELRELEASE/kernel/drivers/net/wireless/wl.ko
gzip $PKG/lib/modules/$KERNELRELEASE/kernel/drivers/net/wireless/wl.ko
install -Dm644 lib/LICENSE.txt $PKG/usr/share/licenses/$isim/LICENSE
install -Dm644 broadcom-wl.modprobe.d $PKG/etc/modprobe.d/broadcom-wl.conf
# post-install autogen
cat > $PKGMK_ROOT/$isim.post-install << "EOF"
. lib/lsb/init-functions
log_success_msg "update modules population"
EOF
echo "depmod $KERNELRELEASE" >> $PKGMK_ROOT/$isim.post-install
cat >> $PKGMK_ROOT/$isim.post-install << "EOF"
log_warning_msg "${WARNING}Check the file /etc/modprobe.d/broadcom-wl.conf ${NORMAL}"
log_warning_msg "${WARNING}Reboot if you want the modules being automatically loaded${NORMAL}"
EOF
}