Prepared core update 13.

This will change the format of the mISDN config file
back to plain config not XML.
For the new old script there is bc required.
Additionally the mISDN modules and some related are not
loaded by udev on sys-start but manually by the
mISDN init script.
This commit is contained in:
Michael Tremer
2008-04-10 00:09:53 +02:00
parent b24cee40f6
commit 0ca0680295
7 changed files with 711 additions and 375 deletions

View File

@@ -1,4 +1,5 @@
etc/scsi_id.config
etc/modprobe.d/blacklist
etc/udev
#etc/udev/rules.d
#etc/udev/rules.d/05-udev-early.rules

View File

@@ -0,0 +1,4 @@
etc/init.d/mISDN
etc/modprobe.d/blacklist
usr/bin/bc
usr/bin/dc

View File

@@ -0,0 +1 @@
DEPS=""

View File

@@ -0,0 +1,5 @@
#!/bin/bash
. /opt/pakfire/lib/functions.sh
/usr/local/bin/backupctrl exclude >/dev/null 2>&1
extract_files
/etc/init.d/mISDN config

19
config/udev/blacklist Normal file
View File

@@ -0,0 +1,19 @@
blacklist hisax
blacklist hisax_fcpcipnp
blacklist hisax_isac
blacklist crc_ccitt
blacklist isdn
blacklist slhc
blacklist capi
blacklist capifs
blacklist kernelcapi
blacklist kernel_capi
blacklist avmfritz
blacklist hfcmulti
blacklist mISDN_core
blacklist mISDN_l1
blacklist mISDN_l2
blacklist l3udss1
blacklist mISDN_capi
blacklist mISDN_isac
blacklist hfcsusb

View File

@@ -145,6 +145,7 @@ else
cp -rf $(DIR_SRC)/config/udev/dvb.sh /etc/udev/
chmod 755 /etc/udev/dvb.sh
touch /etc/udev/rules.d/30-persistent-network.rules
cp -vf $(DIR_SRC)/config/udev/backlist /etc/modprobe.d/blacklist
endif
endif
@rm -rf $(DIR_APP)

File diff suppressed because it is too large Load Diff