mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-13 12:32:59 +02:00
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:
@@ -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
|
||||
|
||||
4
config/rootfiles/core/13/files
Normal file
4
config/rootfiles/core/13/files
Normal file
@@ -0,0 +1,4 @@
|
||||
etc/init.d/mISDN
|
||||
etc/modprobe.d/blacklist
|
||||
usr/bin/bc
|
||||
usr/bin/dc
|
||||
1
config/rootfiles/core/13/meta
Normal file
1
config/rootfiles/core/13/meta
Normal file
@@ -0,0 +1 @@
|
||||
DEPS=""
|
||||
5
config/rootfiles/core/13/update.sh
Normal file
5
config/rootfiles/core/13/update.sh
Normal 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
19
config/udev/blacklist
Normal 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
|
||||
1
lfs/udev
1
lfs/udev
@@ -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
Reference in New Issue
Block a user