Files
openwrt-R7800-nss/package/network/utils
Alexandru Ardelean ad510c4d62 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>
2017-09-16 23:04:46 +02:00
..
2017-07-14 03:10:38 +02:00
2016-12-16 22:39:22 +01:00
2017-02-15 11:28:57 +01:00
2017-02-26 08:41:08 +01:00
2016-12-16 22:39:22 +01:00
2017-05-30 14:00:31 +02:00
2017-03-25 13:46:21 +01:00
2017-09-11 01:56:14 +02:00