This website requires JavaScript.
Explore
Help
Sign In
ExternalVendorCode
/
openwrt
Watch
1
Star
0
Fork
0
You've already forked openwrt
mirror of
https://github.com/openwrt/openwrt.git
synced
2024-12-21 22:47:56 +00:00
Code
Issues
Actions
3
Packages
Projects
Releases
Wiki
Activity
378e1a4858
openwrt
/
package
/
network
/
utils
/
wwan
/
files
/
data
/
12d1-1035
6 lines
55 B
Plaintext
Raw
Normal View
History
Unescape
Escape
wwan: add a generic 3g/4g proto this proto handler will detect which of 3g, qmi, mbim, ncm or directip you need for a stick and setup uci automagically Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 42837
2014-10-08 08:01:20 +00:00
{
"desc": "HUAWEI U8110",
"control": 0,
"data": 0
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-04 13:16:00 +00:00
}
Reference in New Issue
Copy Permalink