aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorLorenzo Zolfanelli <dev@zolfa.nl>2024-11-13 17:55:53 +0100
committerAleksander Morgado <aleksander@aleksander.es>2024-11-20 12:24:43 +0000
commit2ca948f403157a69cfef69102e910a7519166381 (patch)
treebe8fadfdc70f6e5edb2393e6277e9ecad4c91175 /data
parent68e725d45e55e842e9a9df9ef47a0fe3a8199f2b (diff)
fcc-unlock: add fcc-unlock specs for new quectel variants
Add symlinks in `fcc-unlock.available.d` for new supported Quectel variants: - EM05-G: 2c7c:0313, 2c7c,0314 Fixes #858
Diffstat (limited to 'data')
-rw-r--r--data/dispatcher-fcc-unlock/meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/data/dispatcher-fcc-unlock/meson.build b/data/dispatcher-fcc-unlock/meson.build
index aa8d1ba0..d2f0d118 100644
--- a/data/dispatcher-fcc-unlock/meson.build
+++ b/data/dispatcher-fcc-unlock/meson.build
@@ -34,6 +34,8 @@ vidpids = {
'14c3:4d75': '14c3',
'1eac:1001': '1eac',
'2c7c:030a': '2c7c',
+ '2c7c:0313': '2c7c',
+ '2c7c:0314': '2c7c',
}
ln_cmd = 'ln -fs @0@ ${DESTDIR}@1@'