1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 22:18:16 +02:00
openwrt/package/network
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
..
config treewide: fix shellscript syntax errors/typos 2017-09-13 08:07:54 +02:00
ipv6 odhcp6c: add workaround for broken extendprefix scenario 2017-09-05 14:46:18 +02:00
services odhcpd: don't enable server mode on non-static lan port 2017-09-16 09:37:50 +02:00
utils wwan: json format in some modem definitions 2017-09-16 23:04:46 +02:00