aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/wwan/files/data/19d2-0037
diff options
context:
space:
mode:
authorAlexandru Ardelean <ardeleanalex@gmail.com>2017-09-04 16:16:00 +0300
committerJo-Philipp Wich <jo@mein.io>2017-12-13 16:32:39 +0100
commit2f80d846389790b2e47ea156094f90131de26104 (patch)
treec81b405cfec9ecaf0f6574ffb57fe1d3c75254d1 /package/network/utils/wwan/files/data/19d2-0037
parentc61cf4a447e8f3396fa56fdc353d9ef34abcaf6b (diff)
downloadupstream-2f80d846389790b2e47ea156094f90131de26104.tar.gz
upstream-2f80d846389790b2e47ea156094f90131de26104.tar.bz2
upstream-2f80d846389790b2e47ea156094f90131de26104.zip
wwan: json format in some modem definitions
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 < $f || break ; done ``` Thanks to @lynxis for pointing out the commas. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com> (cherry picked from commit ad510c4d62fd6dd879a02cb2253eb37c2179d9c0)
Diffstat (limited to 'package/network/utils/wwan/files/data/19d2-0037')
-rw-r--r--package/network/utils/wwan/files/data/19d2-00372
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/utils/wwan/files/data/19d2-0037 b/package/network/utils/wwan/files/data/19d2-0037
index 8ee565d427..0bc992ece3 100644
--- a/package/network/utils/wwan/files/data/19d2-0037
+++ b/package/network/utils/wwan/files/data/19d2-0037
@@ -2,4 +2,4 @@
"desc": "ONDA MT505UP/ZTE",
"control": 2,
"data": 2
-}}
+}