#!/bin/sh
# Just a bridge between old ltinst and "make install"
echo
echo Installing the modem drivers in the kernel modules tree.
cd source
source SETTINGS
make install | grep -v echo
cd ..
echo
# echo The drivers $LT_PROPRIETARY_MODULE.o and $LT_SERIAL_MODULE.o should now be displayed: 
# ls -lR /lib/modules/ | grep lt_
echo
