diff --git a/targets/lantiq-xrx200 b/targets/lantiq-xrx200
index d797f59f507397a6f8c2bb0345e27ad2daf5f4c7..60d2f9ca5132748fe7e1c9c0715d9b0d95f0abbe 100644
--- a/targets/lantiq-xrx200
+++ b/targets/lantiq-xrx200
@@ -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
 })