Browse Source

Andreas V. Meier:


			
			
				rocklinux
			
			
		
Andreas V. 'netrunner' Meier 19 years ago
parent
commit
658a3f9587
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      package/avm/misdn-user/kernelconfig.sh

+ 2
- 2
package/avm/misdn-user/kernelconfig.sh

@ -1,10 +1,10 @@
if [ x"$ROCKCFG_PKG_LINUX_MISDN" == x'1' ]; then
for x in AVM_FRITZ HFCPCI HFCMULTI HFCUSB SPEEDFAX W6692 DSP; do
for x in AVM_FRITZ HFCPCI HFCMULTI HFCUSB SPEEDFAX W6692 DSP LOOP; do
sed -i "/CONFIG_MISDN_$x.*/d" $1
echo "CONFIG_MISDN_$x=y" >> $1
done
else
for x in AVM_FRITZ HFCPCI HFCMULTI HFCUSB SPEEDFAX W6692 DSP; do
for x in AVM_FRITZ HFCPCI HFCMULTI HFCUSB SPEEDFAX W6692 DSP LOOP; do
sed -i "/CONFIG_MISDN_$x.*/d" $1
done
fi

Loading…
Cancel
Save