added winbond card to misdn-init script

This commit is contained in:
Chrisian Richter 2006-02-21 11:01:59 +00:00
parent 95c37c4208
commit 03e4ea51db
1 changed files with 4 additions and 1 deletions

View File

@ -349,7 +349,10 @@ function create_misdn_init_conf {
addcard "avmfritz"
addport 1
done
for line in $(${LSPCI} -n -d 1050:6692); do
addcard "w6692pci"
addport 1
done
if [ "${1}" == "scan" ]; then
echo "[OK] found the following devices:"
echo "${cardline}[ii] run \"/etc/init.d/misdn-init config\" to store this information to ${misdn_init_conf}"