openwrtv3/package
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
..
base-files basefiles: allow suid coredumps 2017-09-12 22:18:45 +02:00
boot uboot-envtools: Add support for IPQ806x AP148 and DB149 2017-08-30 18:12:48 +02:00
devel strace: bump to 4.19 2017-09-11 01:56:14 +02:00
firmware ath10k-firmware: update qca9887 firmware to 10.2.4-1.0-00029 2017-08-23 16:34:21 +02:00
kernel treewide: fix shellscript syntax errors/typos 2017-09-13 08:07:54 +02:00
libs mbedtls: update to 2.6.0 CVE-2017-14032 2017-09-11 01:56:14 +02:00
network wwan: json format in some modem definitions 2017-09-16 23:04:46 +02:00
system ubox: update to git HEAD version 2017-09-01 16:05:59 +02:00
utils busybox: update to 1.27.2 2017-08-30 22:34:41 +02:00
Makefile build: cleanup tmp/ dir of target rootfs 2017-05-02 22:10:50 +08:00