openwrtv3/package/network/utils/wwan/files
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
..
data wwan: json format in some modem definitions 2017-09-16 23:04:46 +02:00
wwan.sh DWR-512: adding wwan support for the dwr-512 3G modem 2017-05-25 19:01:08 +02:00
wwan.usb wwan: add a generic 3g/4g proto 2014-10-08 08:01:20 +00:00
wwan.usbmisc wwan: Improve USB modem hotplug script 2015-03-09 14:06:30 +00:00