diff --git a/targets/ath79-generic b/targets/ath79-generic
index aa5cc3b01d2ecb47d045c444a1efa45739db6eb5..53fad9c3593f461a210bd1b44000af55063c58b8 100644
--- a/targets/ath79-generic
+++ b/targets/ath79-generic
@@ -99,10 +99,10 @@ device('tp-link-archer-c6-v2', 'tplink_archer-c6-v2', {
 	packages = ATH10K_PACKAGES_QCA9888,
 })
 
-device('tp-link-cpe220-v3', 'tplink_cpe220-v3')
-
 device('tp-link-archer-d50-v1', 'tplink_archer-d50-v1', {
 	packages = ATH10K_PACKAGES_QCA9880,
 	factory = false,
 	broken = true, -- 64M ath9k + ath10k & power LED not working
 })
+
+device('tp-link-cpe220-v3', 'tplink_cpe220-v3')