You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/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>
7 years ago
..
base-files basefiles: allow suid coredumps 7 years ago
boot uboot-envtools: Add support for IPQ806x AP148 and DB149 7 years ago
devel strace: bump to 4.19 7 years ago
firmware ath10k-firmware: update qca9887 firmware to 10.2.4-1.0-00029 7 years ago
kernel treewide: fix shellscript syntax errors/typos 7 years ago
libs mbedtls: update to 2.6.0 CVE-2017-14032 7 years ago
network wwan: json format in some modem definitions 7 years ago
system ubox: update to git HEAD version 7 years ago
utils busybox: update to 1.27.2 7 years ago
Makefile build: cleanup tmp/ dir of target rootfs 7 years ago