core/broadcom-wl/install

15 lines
340 B
Plaintext
Raw Normal View History

2010-11-16 05:12:18 +08:00
post_upgrade() {
depmod `uname -r`
2010-03-28 22:31:29 +08:00
}
2010-11-16 05:12:18 +08:00
post_install() {
cat <<EOF
==> If the modules do not load at boot, add to your /etc/rc.conf:
==> MODULES=(lib80211 wl !b43 !ssb ...)
==>
==> If you have problems with interfaces swapped, read:
==> http://wiki.archlinux.org/index.php/Broadcom_BCM4312#Interfaces_swapped_every_time
EOF
post_upgrade
2010-03-28 22:31:29 +08:00
}