Skip to content
Snippets Groups Projects
Unverified Commit 6385273f authored by Manu.WTF's avatar Manu.WTF Committed by GitHub
Browse files

ipq40xx-generic: add support for ZTE MF289F (#2921)

Also known in Germany as Gigacube CAT20
parent c1629967
No related branches found
No related tags found
No related merge requests found
......@@ -53,6 +53,7 @@ elseif platform.match('ath79', 'nand', {
setup_ncm_qmi('/dev/ttyACM0', 'ncm', 15)
elseif platform.match('ipq40xx', 'generic', {
'glinet,gl-ap1300',
'zte,mf289f',
}) then
setup_ncm_qmi('/dev/cdc-wdm0', 'qmi', 15)
elseif platform.match('ramips', 'mt7621', {
......
......@@ -80,6 +80,7 @@ function M.is_cellular_device()
return true
elseif M.match('ipq40xx', 'generic', {
'glinet,gl-ap1300',
'zte,mf289f',
}) then
return true
elseif M.match('ramips', 'mt7621', {
......
......@@ -120,6 +120,14 @@ device('plasma-cloud-pa2200', 'plasmacloud_pa2200', {
})
-- ZTE
device('zte-mf289f', 'zte_mf289f', {
broken = true, -- case must be opened to install
factory = false,
})
-- ZyXEL
device('zyxel-nbg6617', 'zyxel_nbg6617')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment