1 #!/bin/sh /etc/rc.common
2 # Copyright (C) 2010 OpenWrt.org
7 local sysfs
=/sys
/bus
/pci
/drivers
/b43-pci-bridge
8 if [ -d "$sysfs" ]; then
10 for lnk
in $sysfs/*; do
11 [ -h "$lnk" ] ||
continue
14 logger
"Unbinding WL PCI device ${lnk##*/} from B43 SSB bridge"
15 echo -n "${lnk##*/}" > "$sysfs/unbind"
This page took 0.047224 seconds and 5 git commands to generate.