Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | wwan: json format in some modem definitions | Alexandru Ardelean | 2017-09-16 | 1 | -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 files | Simon Hailes | 2016-10-26 | 1 | -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> |