Repository URL to install this package:
Version:
1.1.1-1 ▾
|
#! /bin/sh
INSTALL_PATH="/opt/brother/modem"
SRC_PATH=$INSTALL_PATH"/src"
DRIVER="brusbmfc.ko"
cd $SRC_PATH
make
if [ -f $DRIVER ]; then
cp brusbmfc.ko $INSTALL_PATH
/etc/init.d/brfaxservice start
fi