Skip to content
Snippets Groups Projects
Unverified Commit 694b6e49 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

lantiq-xrx200: disable factory image for tl-w{8970,8980}

There is no factory image, they are flashed using the sysupgrade image.
parent 2c6631a2
No related branches found
No related tags found
No related merge requests found
...@@ -18,9 +18,12 @@ device('avm-fritz-box-7412', 'avm_fritz7412', { ...@@ -18,9 +18,12 @@ device('avm-fritz-box-7412', 'avm_fritz7412', {
-- used as WAN ports. Clients connected to these -- used as WAN ports. Clients connected to these
-- ports will be connected to your private network. -- ports will be connected to your private network.
device('tp-link-td-w8970', 'tplink_tdw8970') device('tp-link-td-w8970', 'tplink_tdw8970', {
factory = false,
})
device('tp-link-td-w8980', 'tplink_tdw8980', { device('tp-link-td-w8980', 'tplink_tdw8980', {
factory = false,
aliases = {'tp-link-td-w9980'}, aliases = {'tp-link-td-w9980'},
broken = true, -- 5GHz unsupported broken = true, -- 5GHz unsupported
}) })
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