relocate packages on recipes-base/recipes-enigma2/recipes-wlan.
[vuplus_openvuplus_3.0] / meta-openvuplus / recipes-enigma2 / dreambox-modem-ppp-scripts / dreambox-modem-ppp-scripts / dial.modem
diff --git a/meta-openvuplus/recipes-enigma2/dreambox-modem-ppp-scripts/dreambox-modem-ppp-scripts/dial.modem b/meta-openvuplus/recipes-enigma2/dreambox-modem-ppp-scripts/dreambox-modem-ppp-scripts/dial.modem
deleted file mode 100644 (file)
index c099b6e..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/bin/sh
-#
-# This script is used to dial a modem using a specific
-# number.
-#
-
-if [ $# -lt 1 ]
-then
-  echo "$0: no phone number given." >&2
-  exit -1
-fi
-
-PHONENUM=$1
-
-chat -v \
-ABORT "N" \
-ABORT "n"  \
-'' 'ATZ' \
-'O' "ATDT${PHONENUM}" \
-'c'