# --- T2-COPYRIGHT-NOTE-BEGIN --- # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # T2 SDE: package/*/zaptel/pkg_module-init-tools_pre.conf # Copyright (C) 2006 The T2 SDE Project # # More information can be found in the files COPYING and README. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; version 2 of the License. A copy of the # GNU General Public License can be found in the file COPYING. # --- T2-COPYRIGHT-NOTE-END --- # zaptel postmake hook for module-init-tools zaptel_mit_pm() { # modules where we have to run ztcfg after loading local zmodules="tor2 wcusb wcfxo wctdm24xxp ztdynamic ztd-eth wct1xxp \ wct4xxp wcte11xp pciradio ztd-loc ztdummy torisa" cat >> $root/etc/modprobe.conf <<-EOT # Zapata Telephony Interface Drivers for Digium cards options torisa base=0xd0000 alias char-major-196 torisa alias wcfxs wctdm alias wct2xxp wct4xxp EOT for x in $zmodules; do echo "install $x modprobe --ignore-install $x; /sbin/ztcfg" done >> $root/etc/modprobe.conf } hook_add postmake 6 'zaptel_mit_pm'