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
322 B

  1. if [ x"$ROCKCFG_PKG_LINUX_MISDN" == x'1' ]; then
  2. for x in AVM_FRITZ HFCPCI HFCMULTI HFCUSB SPEEDFAX W6692 DSP; do
  3. sed -i "/CONFIG_MISDN_$x.*/d" $1
  4. echo "CONFIG_MISDN_$x=y" >> $1
  5. done
  6. else
  7. for x in AVM_FRITZ HFCPCI HFCMULTI HFCUSB SPEEDFAX W6692 DSP; do
  8. sed -i "/CONFIG_MISDN_$x.*/d" $1
  9. done
  10. fi