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

There is no factory image, they are flashed using the sysupgrade image.
This commit is contained in:
Martin Weinelt 2020-03-09 15:32:00 +01:00
parent 2c6631a294
commit 694b6e493d
No known key found for this signature in database
GPG Key ID: BD4AA0528F63F17E

View File

@ -18,9 +18,12 @@ device('avm-fritz-box-7412', 'avm_fritz7412', {
-- used as WAN ports. Clients connected to these
-- 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', {
factory = false,
aliases = {'tp-link-td-w9980'},
broken = true, -- 5GHz unsupported
})