openwrt/package
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
..
base-files base-files: add /etc/profile.d to conffiles 2017-12-13 16:30:13 +01:00
boot package/grub2: update to 2.02 2017-12-13 15:54:12 +01:00
devel valgrind: bump to 3.13.0 2017-12-13 16:23:38 +01:00
firmware ath10k-firmware: do not select the qca988x by default 2017-05-27 14:22:16 +02:00
kernel kmod-sched-cake: drop maintainer 2017-12-13 16:23:39 +01:00
libs zlib: use default Build/Configure rule 2017-12-13 16:23:39 +01:00
network wwan: json format in some modem definitions 2017-12-13 16:32:39 +01:00
system procd: mdns: Support txt values with spaces 2017-12-13 16:29:22 +01:00
utils nvram: add help message for nvram magic not found 2017-12-13 16:23:40 +01:00
Makefile build: fix triggering opkg/host compilation 2017-04-09 15:42:20 +02:00