summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Hentges <oe@hentges.net>2004-10-11 18:26:37 +0000
committerMatthias Hentges <oe@hentges.net>2004-10-11 18:26:37 +0000
commit9b8a572ecfc22181248d3cd04881c7e71cb7c7e3 (patch)
tree7c1b505bcd9e6cef44d227e729eded10e3e90f77
parente7307e352b73854e85406c1f8ca79f083879ef74 (diff)
Parsefix
BKrev: 416ad05d4d5Sm4eDW4lCwRkQ4HQrfQ
-rw-r--r--linux/montavista-sa_2.4.17-mvl21.oe3
1 files changed, 1 insertions, 2 deletions
diff --git a/linux/montavista-sa_2.4.17-mvl21.oe b/linux/montavista-sa_2.4.17-mvl21.oe
index 8312355ab6..7af51ecbeb 100644
--- a/linux/montavista-sa_2.4.17-mvl21.oe
+++ b/linux/montavista-sa_2.4.17-mvl21.oe
@@ -28,8 +28,7 @@ SRC_URI = "http://www.vanille.de/temp/linux-${KV}_${MVLV}.tar.gz \
S = "${WORKDIR}/linux-${KV}_${MVLV}"
def beagle_multiline_ppp():
- str = "alias char-major-108 ppp_generic
-alias /dev/ppp ppp_generic"
+ str = "alias char-major-108\Tppp_generic\nalias /dev/ppp\tppp_generic"
return str