summaryrefslogtreecommitdiffstats
path: root/network/broadcom-sta/doinst.sh
blob: 267c751196559d538db84fc1a4f7625ca6303548 (plain)
# A good idea whenever kernel modules are added or changed:
if [ -x sbin/depmod ]; then
  /sbin/depmod -a @KERNEL@ 1> /dev/null 2> /dev/null
fi