openwrt/package/network/utils
Alexandru Ardelean 2f80d84638 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 ad510c4d62)
2017-12-13 16:32:39 +01:00
..
arptables treewide: clean up and unify PKG_VERSION for git based downloads 2016-12-22 16:42:21 +01:00
comgt comgt-3g: enable modem before to setpin 2017-12-13 15:31:52 +01:00
conntrack-tools treewide: clean up download hashes 2016-12-16 22:39:22 +01:00
curl curl: apply CVE 2017-8816 and 2017-8817 security patches 2017-12-04 11:10:31 +01:00
dante treewide: clean up download hashes 2016-12-16 22:39:22 +01:00
ebtables ebtables: update to last commit 2017-03-01 20:37:36 +01:00
iftop iftop: bump to latest upstream 2017-03-01 20:37:37 +01:00
iperf treewide: clean up download hashes 2016-12-16 22:39:22 +01:00
iperf3 treewide: clean up download hashes 2016-12-16 22:39:22 +01:00
iproute2 iproute2: add libgenl.h and ll_map.h to InstallDev section 2017-12-13 15:01:44 +01:00
ipset network/utils/ipset: Update to 6.32 2017-12-13 15:31:27 +01:00
iptables netfilter: add iptables-mod-rpfilter package 2017-12-13 16:23:38 +01:00
iputils treewide: clean up download hashes 2016-12-16 22:39:22 +01:00
iw iw: enable MESH ID in scan output 2017-03-25 14:55:10 +01:00
iwcap iwcap: fix handling kill signal during dump 2017-12-13 14:44:05 +01:00
iwinfo iwinfo: drop references to madwifi 2017-01-10 13:01:26 +01:00
linux-atm treewide: clean up download hashes 2016-12-16 22:39:22 +01:00
maccalc network/utils/maccalc: drop Build/Prepare rule in favor of default one 2016-10-15 11:36:52 +02:00
nftables treewide: clean up and unify PKG_VERSION for git based downloads 2016-12-22 16:42:21 +01:00
owipcalc network/utils/owipcalc: drop Build/Prepare rule in favor of default one 2016-10-15 11:36:52 +02:00
resolveip network/utils/resolveip: drop Build/Prepare rule in favor of default one 2016-10-15 11:36:52 +02:00
rssileds rssileds: Fix build with external toolchains 2017-12-13 14:37:29 +01:00
tcpdump tcpdump: noop commit to refer CVEs fixed in 4.9.2 2017-09-18 16:50:07 +03:00
umbim umbim: mark as nonshared because of the usb dependencies 2017-01-13 12:08:08 +01:00
uqmi uqmi: also try newer pin verification 2017-12-11 12:26:39 +01:00
wireless-tools wireless-tools: Change download url to github 2017-03-01 20:37:37 +01:00
wpan-tools treewide: clean up download hashes 2016-12-16 22:39:22 +01:00
wwan wwan: json format in some modem definitions 2017-12-13 16:32:39 +01:00
xtables-addons treewide: clean up download hashes 2016-12-16 22:39:22 +01:00