summaryrefslogtreecommitdiff
path: root/package/network/utils/wwan/files/data/12d1-14ae
Commit message (Collapse)AuthorAgeFilesLines
* wwan: json format in some modem definitionsAlexandru Ardelean2017-09-161-1/+1
| | | | | | | | | | | | | | | | | | | | 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>
* wwan: rename data filesSimon Hailes2016-10-261-0/+5
This is to ensure that git can be cloned onto a windows drive without failing. Signed-off-by: Simon Hailes <btsimonh@googlemail.com>