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:
parent
2c6631a294
commit
694b6e493d
@ -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
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user