mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

10 lines
332 B

if [ x"$ROCKCFG_PKG_LINUX_MISDN" == x'1' ]; then
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 LOOP; do
sed -i "/CONFIG_MISDN_$x.*/d" $1
done
fi