<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtk-20170518/package/network/utils/wwan/files/data/0bdb-1902, branch master</title>
<subtitle>MTK 20170518 : Mediatek SDK based on OpenWRT Barrier Breaker</subtitle>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/'/>
<entry>
<title>wwan: json format in some modem definitions</title>
<updated>2017-09-16T21:04:46+00:00</updated>
<author>
<name>Alexandru Ardelean</name>
<email>ardeleanalex@gmail.com</email>
</author>
<published>2017-09-04T13:16:00+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=ad510c4d62fd6dd879a02cb2253eb37c2179d9c0'/>
<id>ad510c4d62fd6dd879a02cb2253eb37c2179d9c0</id>
<content type='text'>
Method used:
```
cd package/network/utils/wwan/files/data
sed -e 's/}}/}/g' -i *
sed -e 's/}\t"acm": 1/\t"acm": 1/g' -i *
sed -e 's/}\t"generic": 1/\t"generic": 1/g' -i *
```

Manually adjusted commas.
Validated with
```
for f in `ls` ; do echo $f ; python -m json.tool &lt; $f || break ; done
```

Thanks to @lynxis for pointing out the commas.

Signed-off-by: Alexandru Ardelean &lt;ardeleanalex@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Method used:
```
cd package/network/utils/wwan/files/data
sed -e 's/}}/}/g' -i *
sed -e 's/}\t"acm": 1/\t"acm": 1/g' -i *
sed -e 's/}\t"generic": 1/\t"generic": 1/g' -i *
```

Manually adjusted commas.
Validated with
```
for f in `ls` ; do echo $f ; python -m json.tool &lt; $f || break ; done
```

Thanks to @lynxis for pointing out the commas.

Signed-off-by: Alexandru Ardelean &lt;ardeleanalex@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>wwan: rename data files</title>
<updated>2016-10-26T13:16:51+00:00</updated>
<author>
<name>Simon Hailes</name>
<email>btsimonh@googlemail.com</email>
</author>
<published>2016-10-11T19:30:15+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=86c6b07e15b25d1f6dbb7c0b1ef428c5c4c05395'/>
<id>86c6b07e15b25d1f6dbb7c0b1ef428c5c4c05395</id>
<content type='text'>
This is to ensure that git can be cloned onto a windows drive without failing.

Signed-off-by: Simon Hailes &lt;btsimonh@googlemail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is to ensure that git can be cloned onto a windows drive without failing.

Signed-off-by: Simon Hailes &lt;btsimonh@googlemail.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
